summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-extended
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-11-22 22:28:33 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-11-22 22:28:35 +0300
commit56d9b5d2408bad4ec738a662b4da9401693b14e5 (patch)
tree472a78333f8811f43c2e13952377944338e8331a /meta-phosphor/common/recipes-extended
parent9d46bd5714cec6b06bde94868937b95a5de66875 (diff)
downloadopenbmc-56d9b5d2408bad4ec738a662b4da9401693b14e5.tar.xz
sdbusplus: Set ALLOW_EMPTY
Currently there is not a shared library for sdbusplus, but there will be in the near future. Applications should RDEPEND on it so that they properly pull the library in when it is available. Currently, there is no shared library and the 'sdbusplus' package itself is empty. Set ALLOW_EMPTY so that bitbake builds it anyhow. Change-Id: I9b700e07586d4a74b63df9dbce3327243c4759e2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-extended')
-rw-r--r--meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
index 561244025..2b3e05e41 100644
--- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -30,5 +30,6 @@ PYTHON_AUTOTOOLS_PACKAGE = "sdbus++"
PACKAGECONFIG_remove_class-native = "libsdbusplus"
PACKAGECONFIG_remove_class-nativesdk = "libsdbusplus"
+ALLOW_EMPTY_${PN} = "1"
BBCLASSEXTEND += "native nativesdk"