From 61610d1fe6c3d2aa9dd0ae35f3d2743fdf5c5f44 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Thu, 24 May 2018 14:26:57 -0400 Subject: json-spirit: variable cleanup Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy Signed-off-by: Trevor Woerner Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 4 ++-- 1 file 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9" +DEPENDS = "boost" + SRC_URI = "file://json_spirit_v${PV}.zip \ file://0001-Adjust-the-cmake-files.patch \ file://0001-Link-to-libatomic.patch \ @@ -16,8 +18,6 @@ SRC_URI = "file://json_spirit_v${PV}.zip \ S = "${WORKDIR}/json_spirit_v${PV}" -DEPENDS = "boost" - inherit cmake BBCLASSEXTEND = "nativesdk" -- cgit v1.2.3-54-g00ecf