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>
This commit is contained in:
Ming Liu
2017-03-13 16:48:58 +01:00
committed by Martin Jansa
parent 4b4a62ec07
commit ebd31fd8d5
11 changed files with 11 additions and 11 deletions

View File

@@ -165,4 +165,4 @@ FILES_${PN}-fstools = "\
${bindir}/mkuserimg \
"
BBCLASSEXTEND += "native"
BBCLASSEXTEND = "native"

View File

@@ -21,4 +21,4 @@ inherit cmake
FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake"
BBCLASSEXTEND += "nativesdk"
BBCLASSEXTEND = "nativesdk"

View File

@@ -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"

View File

@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "ad5ec3b62f2f0bdc7f06fa398bde61091fd2493e91059e17315b519742
inherit autotools pkgconfig
BBCLASSEXTEND += "native"
BBCLASSEXTEND = "native"