aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/librcf
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-03-13 16:48:58 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-16 23:34:32 +0100
commitebd31fd8d519d3e2d26dd14e72d36300f433cfa0 (patch)
treeba98498c66b8cb45251cf631ba9e7b9aaa3dbfb5 /meta-oe/recipes-devtools/librcf
parent4b4a62ec0760873b96b738751bf9492aa2efb922 (diff)
downloadmeta-openembedded-contrib-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/librcf')
-rw-r--r--meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
index 3105f65c37..b8d15835b3 100644
--- a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
+++ b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
@@ -45,4 +45,4 @@ PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'demos', '${PN}-demos', '', d
FILES_${PN}-demos = "${bindir}/*"
FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibRcf.cmake"
-BBCLASSEXTEND += "nativesdk"
+BBCLASSEXTEND = "nativesdk"