packages/uboot/u-boot.inc : Disable parallel make for u-boot as it fails for no apparent
authorStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 12 Jun 2007 09:44:36 +0000 (09:44 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 12 Jun 2007 09:44:36 +0000 (09:44 +0000)
reason when its enabled

packages/uboot/u-boot.inc

index 9a01994..9f7356d 100644 (file)
@@ -5,6 +5,8 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 PROVIDES = "virtual/bootloader"
 
+PARALLEL_MAKE=""
+
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
 UBOOT_MACHINE ?= "${MACHINE}_config"