diff options
| -rw-r--r-- | meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | 10 |
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 | ||
| 15 | PROVIDES += "${PN}-dev" | ||
| 16 | |||
| 17 | PV .= "+git${SRCPV}" | ||
| 15 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" | 18 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" |
| 16 | SRC_URI = "git://github.com/USCiLab/cereal.git" | 19 | SRC_URI = "git://github.com/USCiLab/cereal.git" |
| 17 | 20 | ||
| @@ -25,11 +28,4 @@ ALLOW_EMPTY_${PN} = "1" | |||
| 25 | 28 | ||
| 26 | RDEPENDS_${PN}-dev = "" | 29 | RDEPENDS_${PN}-dev = "" |
| 27 | 30 | ||
| 28 | PROVIDES += "${PN}-dev" | ||
| 29 | |||
| 30 | FILES_${PN}-dev = " \ | ||
| 31 | ${includedir} \ | ||
| 32 | ${libdir} \ | ||
| 33 | " | ||
| 34 | |||
| 35 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
