From a7f82b5da82ca3875c6c5076db6576db107b2dfd Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Fri, 19 Jun 2009 13:16:47 +0400 Subject: [PATCH] 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 --- recipes/u-boot/u-boot.inc | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.39.5