diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-14 16:34:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-14 16:34:08 +0000 |
commit | 2a49beee973cefc70b164d92b95a8f74973a67df (patch) | |
tree | 44c7507c217bf1287f77c7a9012de1b213fa4766 /packages/uboot/uboot-gta01_svn.bb | |
parent | f7c7958d650d95f0d98ac3c578e8ecc0140242e4 (diff) |
uboot gta01: add patch to get around EABI version 0 versus version 4 problems
Diffstat (limited to 'packages/uboot/uboot-gta01_svn.bb')
-rw-r--r-- | packages/uboot/uboot-gta01_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/uboot/uboot-gta01_svn.bb b/packages/uboot/uboot-gta01_svn.bb index ea12a0c334..21c35dada9 100644 --- a/packages/uboot/uboot-gta01_svn.bb +++ b/packages/uboot/uboot-gta01_svn.bb @@ -4,13 +4,14 @@ LICENSE = "GPL" SECTION = "bootloader" PRIORITY = "optional" PV = "1.2.0+svn${SRCDATE}" -PR = "r2" +PR = "r3" PROVIDES = "virtual/bootloader" S = "${WORKDIR}/git" SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git \ - svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=https" + svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=https \ + file://fix-arm920t-eabi.patch;patch=1" EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" TARGET_LDFLAGS = "" |