diff options
-rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.6.24.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/lzip/lzip_1.18.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/lz4/lz4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/lzop/lzop_1.03.bb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index e432143d91..eb12e40eeb 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -22,7 +22,7 @@ PV = "git+${SRCPV}" | |||
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | BBCLASSEXTEND += "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
26 | 26 | ||
27 | do_install() { | 27 | do_install() { |
28 | install -d ${D}/${bindir} | 28 | install -d ${D}/${bindir} |
diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.24.bb b/meta/recipes-extended/libsolv/libsolv_0.6.24.bb index 6de38b5915..73db5ed2cc 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.6.24.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.6.24.bb | |||
@@ -27,4 +27,4 @@ FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" | |||
27 | FILES_${PN}-tools = "${bindir}/*" | 27 | FILES_${PN}-tools = "${bindir}/*" |
28 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" | 28 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" |
29 | 29 | ||
30 | BBCLASSEXTEND =+ "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/lzip/lzip_1.18.bb b/meta/recipes-extended/lzip/lzip_1.18.bb index 30c7dd5a6d..c1dc8ced4a 100644 --- a/meta/recipes-extended/lzip/lzip_1.18.bb +++ b/meta/recipes-extended/lzip/lzip_1.18.bb | |||
@@ -38,4 +38,4 @@ do_install () { | |||
38 | fi | 38 | fi |
39 | } | 39 | } |
40 | 40 | ||
41 | BBCLASSEXTEND += "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 9eb051ff6a..1299edb720 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -16,7 +16,7 @@ ALTERNATIVE_PRIORITY = "100" | |||
16 | 16 | ||
17 | RRECOMMENDS_${PN} += "ca-certificates" | 17 | RRECOMMENDS_${PN} += "ca-certificates" |
18 | 18 | ||
19 | BBCLASSEXTEND += "nativesdk" | 19 | BBCLASSEXTEND = "nativesdk" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 21 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
22 | PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" | 22 | PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" |
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb index e47bad11b7..42088b9899 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | |||
@@ -80,4 +80,4 @@ do_install_append_class-native () { | |||
80 | 80 | ||
81 | RDEPENDS_${PN} += "openssl" | 81 | RDEPENDS_${PN} += "openssl" |
82 | 82 | ||
83 | BBCLASSEXTEND += "native nativesdk" | 83 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb index 18e56d04c6..03c5a7ab39 100644 --- a/meta/recipes-support/lz4/lz4.bb +++ b/meta/recipes-support/lz4/lz4.bb | |||
@@ -18,4 +18,4 @@ do_install() { | |||
18 | oe_runmake install | 18 | oe_runmake install |
19 | } | 19 | } |
20 | 20 | ||
21 | BBCLASSEXTEND += "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/meta/recipes-support/lzop/lzop_1.03.bb index 649e7243ee..6f09002f55 100644 --- a/meta/recipes-support/lzop/lzop_1.03.bb +++ b/meta/recipes-support/lzop/lzop_1.03.bb | |||
@@ -26,4 +26,4 @@ do_configure_prepend () { | |||
26 | install -Dm 0644 ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 | 26 | install -Dm 0644 ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 |
27 | } | 27 | } |
28 | 28 | ||
29 | BBCLASSEXTEND += "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |