diff options
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index d39bd9ac51..ee86881802 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -26,7 +26,7 @@ TOOLCHAIN_HOST_TASK ?= "\ | |||
26 | nativesdk-texinfo \ | 26 | nativesdk-texinfo \ |
27 | " | 27 | " |
28 | 28 | ||
29 | SDK_PACKAGE_ARCHS =+ "buildtools-dummy-${SDKPKGSUFFIX}" | 29 | SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}" |
30 | 30 | ||
31 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" | 31 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" |
32 | 32 | ||
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb index 90784a9e27..2b96111600 100644 --- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb +++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
4 | 4 | ||
5 | inherit allarch | 5 | inherit allarch |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | python() { | 9 | python() { |
10 | # Put the package somewhere separate to ensure it's never used except | 10 | # Put the package somewhere separate to ensure it's never used except |
@@ -22,5 +22,6 @@ ALLOW_EMPTY_${PN} = "1" | |||
22 | python populate_packages_prepend() { | 22 | python populate_packages_prepend() { |
23 | d.appendVar(d.expand('RPROVIDES_${PN}'), '${PERLPACKAGES}') | 23 | d.appendVar(d.expand('RPROVIDES_${PN}'), '${PERLPACKAGES}') |
24 | d.appendVar(d.expand('RCONFLICTS_${PN}'), '${PERLPACKAGES}') | 24 | d.appendVar(d.expand('RCONFLICTS_${PN}'), '${PERLPACKAGES}') |
25 | d.appendVar(d.expand('RREPLACES_${PN}'), '${PERLPACKAGES}') | ||
25 | } | 26 | } |
26 | 27 | ||