]> code.ossystems Code Review - openembedded-core.git/commitdiff
nativesdk-buildtools-perl-dummy: properly set PACKAGE_ARCH
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 11 Dec 2015 00:51:31 +0000 (13:51 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jan 2016 16:21:04 +0000 (16:21 +0000)
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>
meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb

index 6fb2b64f79b0031e547cf82b7b6f18dd4e1fb4d7..23c0a5ca80bdb0c65cdf7471a987cf323fbe9aa1 100644 (file)
@@ -12,8 +12,6 @@ python() {
     d.setVar('PACKAGE_ARCH', 'buildtools-dummy-${SDKPKGSUFFIX}')
 }
 
-PACKAGE_ARCH = "buildtools-dummy-${SDKPKGSUFFIX}"
-
 PERLPACKAGES = "nativesdk-perl \
                 nativesdk-perl-module-file-path"