diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-11-28 10:32:45 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-29 18:44:56 -0800 |
| commit | e23284f9a57537f7dcaca4cd068f3862e205188a (patch) | |
| tree | 2f9893949b5e2fc98df709d1b794b1d7c25b67ec | |
| parent | e4b175c2a3448825c304b2e689f1487a145c1c46 (diff) | |
| download | meta-openembedded-e23284f9a57537f7dcaca4cd068f3862e205188a.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
| 15 | 15 | ||
| 16 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" | 16 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" |
| 17 | 17 | ||
| 18 | ALLOW_EMPTY_${PN} = "1" | ||
| 19 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
