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>
This commit is contained in:
Brad Bishop 2018-11-28 10:32:45 -05:00 committed by Khem Raj
parent e4b175c2a3
commit e23284f9a5

View File

@ -15,4 +15,6 @@ inherit cmake
EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"
ALLOW_EMPTY_${PN} = "1"
BBCLASSEXTEND = "native nativesdk"