From patchwork Sat Feb 11 00:30:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Fix overriding PACKAGE_ARCH for MACHINE specific SRC_URI Date: Sat, 11 Feb 2012 00:30:06 -0000 From: Joshua Lock X-Patchwork-Id: 21153 Message-Id: To: openembedded-core@lists.openembedded.org After the discussion following my recent netbase patch I spent some time today looking to fixup the BSP which triggered the change and discovered that the logic to set PACKAGE_ARCH = MACHINE_ARCH for MACHINE specific SRC_URI overrides doesn't search for said overrides in layers. This patch is probably an ugly fix, but it's a fix nonetheless. I couldn't find a better fix before boarding a plane so submit this as is for review. Cheers, Joshua The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67: guile: fix cross configure failure (2012-02-10 17:01:42 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib josh/work http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=josh/work Joshua Lock (1): base.bbclass: look in layers for SRC_URI with MACHINE overrides too meta/classes/base.bbclass | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)