From a52bfdfd8c03d2be365765ce01887613311d9257 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 28 Nov 2018 10:32:45 -0500 Subject: 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 Signed-off-by: Khem Raj Change-Id: I6356cf78c2bc461cab32a1fd443a9163129c3f86 --- meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openembedded') 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 e02b4c960..365b40b17 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 @@ inherit cmake EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" +ALLOW_EMPTY_${PN} = "1" + BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.1