diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-11-21 11:06:12 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-26 09:38:14 -0800 |
| commit | 042f0a3ec17d1c13d9f8d4cfaf24464969b6a1ca (patch) | |
| tree | 8b8994c0ad576b5cdb0560a0c369f23af84fc1ed | |
| parent | 96498af78eee70f80e6377f86fa0a345fc99641d (diff) | |
| download | meta-openembedded-042f0a3ec17d1c13d9f8d4cfaf24464969b6a1ca.tar.gz | |
libcereal: Add native and nativesdk classes
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 e733f2fe02..e02b4c9607 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | |||
| @@ -14,3 +14,5 @@ S = "${WORKDIR}/git" | |||
| 14 | inherit cmake | 14 | inherit cmake |
| 15 | 15 | ||
| 16 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" | 16 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" |
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
