* [PATCH 0/1] Fix for earlier buildtools fix
@ 2015-12-11 0:51 Paul Eggleton
2015-12-11 0:51 ` [PATCH 1/1] nativesdk-buildtools-perl-dummy: properly set PACKAGE_ARCH Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2015-12-11 0:51 UTC (permalink / raw)
To: openembedded-core
Hmm, turns out that whilst my earlier buildtools fix did fix the bug,
in question, it still wasn't quite right. Here's the bit I missed doing.
The following changes since commit 192da885e92d3b163b9c4e6b8151c9ecc6062b14:
build-appliance-image: Update to master head revision (2015-12-09 08:49:13 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/buildtools-fix2
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildtools-fix2
Paul Eggleton (1):
nativesdk-buildtools-perl-dummy: properly set PACKAGE_ARCH
meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 2 --
1 file changed, 2 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] nativesdk-buildtools-perl-dummy: properly set PACKAGE_ARCH
2015-12-11 0:51 [PATCH 0/1] Fix for earlier buildtools fix Paul Eggleton
@ 2015-12-11 0:51 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2015-12-11 0:51 UTC (permalink / raw)
To: openembedded-core
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 2 --
1 file changed, 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 6fb2b64..23c0a5c 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() {
d.setVar('PACKAGE_ARCH', 'buildtools-dummy-${SDKPKGSUFFIX}')
}
-PACKAGE_ARCH = "buildtools-dummy-${SDKPKGSUFFIX}"
-
PERLPACKAGES = "nativesdk-perl \
nativesdk-perl-module-file-path"
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-11 0:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 0:51 [PATCH 0/1] Fix for earlier buildtools fix Paul Eggleton
2015-12-11 0:51 ` [PATCH 1/1] nativesdk-buildtools-perl-dummy: properly set PACKAGE_ARCH Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox