aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-28 10:32:45 -0500
committerKhem Raj <raj.khem@gmail.com>2018-11-29 18:44:56 -0800
commite23284f9a57537f7dcaca4cd068f3862e205188a (patch)
tree2f9893949b5e2fc98df709d1b794b1d7c25b67ec /meta-oe
parente4b175c2a3448825c304b2e689f1487a145c1c46 (diff)
downloadmeta-openembedded-e23284f9a57537f7dcaca4cd068f3862e205188a.tar.gz
libcereal: Allow empty package
libcereal is header-only so create the empty base package so that libcereal can be sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb
index e02b4c9607..365b40b17d 100644
--- a/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb
+++ b/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb
@@ -15,4 +15,6 @@ inherit cmake
EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"
+ALLOW_EMPTY_${PN} = "1"
+
BBCLASSEXTEND = "native nativesdk"