mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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:
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -165,4 +165,4 @@ FILES_${PN}-fstools = "\
|
||||
${bindir}/mkuserimg \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -21,4 +21,4 @@ inherit cmake
|
||||
|
||||
FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake"
|
||||
|
||||
BBCLASSEXTEND += "nativesdk"
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "ad5ec3b62f2f0bdc7f06fa398bde61091fd2493e91059e17315b519742
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -36,4 +36,4 @@ EOF
|
||||
chmod 0755 ${D}${bindir}/7z
|
||||
}
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -23,4 +23,4 @@ PACKAGECONFIG ??= "openssl"
|
||||
PACKAGECONFIG[openssl] = "--with-openssl --with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl"
|
||||
PACKAGECONFIG[gcrypt] = "--with-libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt"
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -42,4 +42,4 @@ do_install() {
|
||||
install -m 0644 ${S}/tinyxml.h ${D}${includedir}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -38,4 +38,4 @@ do_install () {
|
||||
fi
|
||||
}
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -10,6 +10,6 @@ PYPI_PACKAGE = "setuptools_scm"
|
||||
RDEPENDS_${PN}_class-target = "python-py python-setuptools python-argparse python-debugger python-json"
|
||||
RDEPENDS_${PN}_class-native = "python-setuptools-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
@@ -24,4 +24,4 @@ inherit distutils
|
||||
RDEPENDS_${PN} += "python-stringold python-codecs python-math parted (>= 2.3)"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user