summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb10
1 files changed, 3 insertions, 7 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 55fb3ebcfc..dc50509699 100644
--- a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb
+++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb
@@ -12,6 +12,9 @@ LIC_FILES_CHKSUM = "\
12 file://include/cereal/external/rapidjson/msinttypes/LICENSE;md5=dffce65b98c773976de2e338bd130f46 \ 12 file://include/cereal/external/rapidjson/msinttypes/LICENSE;md5=dffce65b98c773976de2e338bd130f46 \
13" 13"
14 14
15PROVIDES += "${PN}-dev"
16
17PV .= "+git${SRCPV}"
15SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" 18SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab"
16SRC_URI = "git://github.com/USCiLab/cereal.git" 19SRC_URI = "git://github.com/USCiLab/cereal.git"
17 20
@@ -25,11 +28,4 @@ ALLOW_EMPTY_${PN} = "1"
25 28
26RDEPENDS_${PN}-dev = "" 29RDEPENDS_${PN}-dev = ""
27 30
28PROVIDES += "${PN}-dev"
29
30FILES_${PN}-dev = " \
31 ${includedir} \
32 ${libdir} \
33"
34
35BBCLASSEXTEND = "native nativesdk" 31BBCLASSEXTEND = "native nativesdk"