commit | a52bfdfd8c03d2be365765ce01887613311d9257 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 28 10:32:45 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Dec 03 20:29:15 2018 -0500 |
tree | 8752b852450e8f1e03bcba24c3a56c85acf4566d | |
parent | 1c43044924e00646e0fc975f00b22da79c2200e4 [diff] |
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. (cherry picked from meta-openembedded commit e23284f9a57537f7dcaca4cd068f3862e205188a) Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Change-Id: I6356cf78c2bc461cab32a1fd443a9163129c3f86
diff --git a/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb b/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb index e02b4c9..365b40b 100644 --- a/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb +++ b/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb
@@ -15,4 +15,6 @@ EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" +ALLOW_EMPTY_${PN} = "1" + BBCLASSEXTEND = "native nativesdk"