From ebd31fd8d519d3e2d26dd14e72d36300f433cfa0 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 13 Mar 2017 16:48:58 +0100 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 2 +- meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 2 +- meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb | 2 +- meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb index f39a82ccc6..34fddcbda7 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb @@ -165,4 +165,4 @@ FILES_${PN}-fstools = "\ ${bindir}/mkuserimg \ " -BBCLASSEXTEND += "native" +BBCLASSEXTEND = "native" 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 dff6cc1614..53bbf7eee4 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 FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake" -BBCLASSEXTEND += "nativesdk" +BBCLASSEXTEND = "nativesdk" 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" diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb index c2f5ec0dcb..31ab9a69c9 100644 --- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb +++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb @@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "ad5ec3b62f2f0bdc7f06fa398bde61091fd2493e91059e17315b519742 inherit autotools pkgconfig -BBCLASSEXTEND += "native" +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg