u-boot_LABEL.2006.06.30.2020: fix compiling for non-standard target prefixes (like...
authorKoen Kooi <koen@openembedded.org>
Tue, 17 Oct 2006 17:33:00 +0000 (17:33 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 17 Oct 2006 17:33:00 +0000 (17:33 +0000)
* machine machine specific as well

packages/uboot/u-boot_LABEL.2006.06.30.2020.bb

index 3fb7ee5..cec4c0e 100644 (file)
@@ -4,21 +4,24 @@ SECTION = "bootloader"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-PR = "r0"
+PR = "r1"
 
 TAG = "${@bb.data.getVar('PV',d,1).replace('.', '_')}"
 
 SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git;tag=${TAG}"
 #           file://config.patch;patch=1"
 
+SRC_URI_append_navman-icn330 = " http://www.duff.dk/navman/navman-u-boot-2006-30-2020.patch;patch=1"
+
 S = "${WORKDIR}/git"
 
 #EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CFLAGS="" CPPFLAGS="" LDFLAGS="""
-EXTRA_OEMAKE = ""
+EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
 UBOOT_MACHINE ?= "${MACHINE}_config"
 UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.bin"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 #inherit base