From: Dmitry Eremin-Solenikov Date: Fri, 19 Jun 2009 09:16:47 +0000 (+0400) Subject: u-boot: set PACKAGE_ARCH to MACHINE_ARCH in .inc X-Git-Tag: Release-2010-05/1~3096 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f82b5da82ca3875c6c5076db6576db107b2dfd;p=openembedded.git u-boot: set PACKAGE_ARCH to MACHINE_ARCH in .inc u-boot should be generated on per-machine base. Set PACKAGE_ARCH in .inc file so all u-boot's inherit it. Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/recipes/u-boot/u-boot.inc b/recipes/u-boot/u-boot.inc index d3160367d7..294b4446c4 100644 --- a/recipes/u-boot/u-boot.inc +++ b/recipes/u-boot/u-boot.inc @@ -5,6 +5,7 @@ PRIORITY = "optional" LICENSE = "GPL" PROVIDES = "virtual/bootloader" +PACKAGE_ARCH = "${MACHINE_ARCH}" PARALLEL_MAKE="" EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"