diff options
| -rw-r--r-- | meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb index 2f8978c9d0..55fb3ebcfc 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | |||
| @@ -17,10 +17,19 @@ SRC_URI = "git://github.com/USCiLab/cereal.git" | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit cmake | 20 | inherit cmake pkgconfig |
| 21 | 21 | ||
| 22 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" | 22 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" |
| 23 | 23 | ||
| 24 | ALLOW_EMPTY_${PN} = "1" | 24 | ALLOW_EMPTY_${PN} = "1" |
| 25 | 25 | ||
| 26 | RDEPENDS_${PN}-dev = "" | ||
| 27 | |||
| 28 | PROVIDES += "${PN}-dev" | ||
| 29 | |||
| 30 | FILES_${PN}-dev = " \ | ||
| 31 | ${includedir} \ | ||
| 32 | ${libdir} \ | ||
| 33 | " | ||
| 34 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
