summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
index 3c1d8a9959..d6e42c81d5 100644
--- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
+++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
@@ -9,6 +9,8 @@ PRIORITY = "optional"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9" 10LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9"
11 11
12DEPENDS = "boost"
13
12SRC_URI = "file://json_spirit_v${PV}.zip \ 14SRC_URI = "file://json_spirit_v${PV}.zip \
13 file://0001-Adjust-the-cmake-files.patch \ 15 file://0001-Adjust-the-cmake-files.patch \
14 file://0001-Link-to-libatomic.patch \ 16 file://0001-Link-to-libatomic.patch \
@@ -16,8 +18,6 @@ SRC_URI = "file://json_spirit_v${PV}.zip \
16 18
17S = "${WORKDIR}/json_spirit_v${PV}" 19S = "${WORKDIR}/json_spirit_v${PV}"
18 20
19DEPENDS = "boost"
20
21inherit cmake 21inherit cmake
22 22
23BBCLASSEXTEND = "nativesdk" 23BBCLASSEXTEND = "nativesdk"