diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-12-11 13:51:31 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-11 11:23:30 +0000 |
commit | f27401d557ed9460ca0ae30727294b52e2d79cf0 (patch) | |
tree | 3045c6cca1870bc64b1ff3f05fd260a149832794 /meta/recipes-core | |
parent | 5e3e2e0cbb0a49986f4653e64c4c8d2b5461645e (diff) | |
download | poky-f27401d557ed9460ca0ae30727294b52e2d79cf0.tar.gz |
nativesdk-buildtools-perl-dummy: properly set PACKAGE_ARCH
Turns out I did a silly thing in OE-Core revision
9b1831cf4a2940dca1d23f14dff460ff5a50a520 and forgot to remove the
explicit setting of PACKAGE_ARCH outside of the anonymous python
function; the original bug was apparently fixed but the functionality of
allarch.bbclass was being disabled because it was able to see that
PACKAGE_ARCH was not set to "all" - which was what I was trying to
ensure.
(From OE-Core rev: a25ab5449825315d4f51b31a634fe6cd8f908526)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb index 6fb2b64f79..23c0a5ca80 100644 --- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb +++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | |||
@@ -12,8 +12,6 @@ python() { | |||
12 | d.setVar('PACKAGE_ARCH', 'buildtools-dummy-${SDKPKGSUFFIX}') | 12 | d.setVar('PACKAGE_ARCH', 'buildtools-dummy-${SDKPKGSUFFIX}') |
13 | } | 13 | } |
14 | 14 | ||
15 | PACKAGE_ARCH = "buildtools-dummy-${SDKPKGSUFFIX}" | ||
16 | |||
17 | PERLPACKAGES = "nativesdk-perl \ | 15 | PERLPACKAGES = "nativesdk-perl \ |
18 | nativesdk-perl-module-file-path" | 16 | nativesdk-perl-module-file-path" |
19 | 17 | ||