From e23284f9a57537f7dcaca4cd068f3862e205188a 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. Signed-off-by: Brad Bishop Signed-off-by: Khem Raj --- meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') 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" -- cgit 1.2.3-korg