[oe-commits] [meta-openembedded] 05/13: libcereal: Allow empty package

git at git.openembedded.org git at git.openembedded.org
Fri Nov 30 17:57:51 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e23284f9a57537f7dcaca4cd068f3862e205188a
Author: Brad Bishop <bradleyb at fuzziesquirrel.com>
AuthorDate: Wed Nov 28 10:32:45 2018 -0500

    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 at fuzziesquirrel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 2 ++
 1 file changed, 2 insertions(+)

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 e02b4c9..365b40b 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list