diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-05-24 14:26:57 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | 61610d1fe6c3d2aa9dd0ae35f3d2743fdf5c5f44 (patch) | |
tree | b81cd3faf68c3937cdb3603f7ae8a7f4b2c3fe99 | |
parent | 675b25b50e2249af1585e7de15fd0b7f5ffc9f4f (diff) | |
download | meta-openembedded-61610d1fe6c3d2aa9dd0ae35f3d2743fdf5c5f44.tar.gz |
json-spirit: variable cleanup
Reorder recipe variables according to:
https://www.openembedded.org/wiki/Styleguide
Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 4 |
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" | |||
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9" |
11 | 11 | ||
12 | DEPENDS = "boost" | ||
13 | |||
12 | SRC_URI = "file://json_spirit_v${PV}.zip \ | 14 | SRC_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 | ||
17 | S = "${WORKDIR}/json_spirit_v${PV}" | 19 | S = "${WORKDIR}/json_spirit_v${PV}" |
18 | 20 | ||
19 | DEPENDS = "boost" | ||
20 | |||
21 | inherit cmake | 21 | inherit cmake |
22 | 22 | ||
23 | BBCLASSEXTEND = "nativesdk" | 23 | BBCLASSEXTEND = "nativesdk" |