mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
@@ -9,6 +9,8 @@ PRIORITY = "optional"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9"
|
||||||
|
|
||||||
|
DEPENDS = "boost"
|
||||||
|
|
||||||
SRC_URI = "file://json_spirit_v${PV}.zip \
|
SRC_URI = "file://json_spirit_v${PV}.zip \
|
||||||
file://0001-Adjust-the-cmake-files.patch \
|
file://0001-Adjust-the-cmake-files.patch \
|
||||||
file://0001-Link-to-libatomic.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}"
|
S = "${WORKDIR}/json_spirit_v${PV}"
|
||||||
|
|
||||||
DEPENDS = "boost"
|
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user