summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb11
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
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit cmake 20inherit cmake pkgconfig
21 21
22EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" 22EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"
23 23
24ALLOW_EMPTY_${PN} = "1" 24ALLOW_EMPTY_${PN} = "1"
25 25
26RDEPENDS_${PN}-dev = ""
27
28PROVIDES += "${PN}-dev"
29
30FILES_${PN}-dev = " \
31 ${includedir} \
32 ${libdir} \
33"
34
26BBCLASSEXTEND = "native nativesdk" 35BBCLASSEXTEND = "native nativesdk"