diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-03-13 16:48:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-16 23:34:32 +0100 |
commit | ebd31fd8d519d3e2d26dd14e72d36300f433cfa0 (patch) | |
tree | ba98498c66b8cb45251cf631ba9e7b9aaa3dbfb5 /meta-oe/recipes-devtools/json-spirit | |
parent | 4b4a62ec0760873b96b738751bf9492aa2efb922 (diff) | |
download | meta-openembedded-ebd31fd8d519d3e2d26dd14e72d36300f433cfa0.tar.gz |
meta: do not prepend/append to BBCLASSEXTEND
Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are
redundant and inconsistent with the same setting in other recipes.
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/json-spirit')
-rw-r--r-- | meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 2 |
1 files changed, 1 insertions, 1 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 dff6cc161..53bbf7eee 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 | |||
@@ -21,4 +21,4 @@ inherit cmake | |||
21 | 21 | ||
22 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake" | 22 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake" |
23 | 23 | ||
24 | BBCLASSEXTEND += "nativesdk" | 24 | BBCLASSEXTEND = "nativesdk" |