diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 15:04:35 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 15:04:35 +0000 |
commit | f6a40600630cfc3a27720eebf6c6afb9f462fff2 (patch) | |
tree | aa94b06e940a3ede991304eafe5d1947fa59e166 /packages/uboot/u-boot_1.1.6.bb | |
parent | d56a2311e05cc65207942802bf54c47c2b92a86d (diff) | |
parent | f58205cdfbfb8ec787a0bd0d57a4381fbb56c099 (diff) |
merge of '18d4581dca99c8e61139671a08cebbf98f7a7f1a'
and '2b6814f21f9de4de32873a38a5c277fc38317415'
Diffstat (limited to 'packages/uboot/u-boot_1.1.6.bb')
-rw-r--r-- | packages/uboot/u-boot_1.1.6.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/uboot/u-boot_1.1.6.bb b/packages/uboot/u-boot_1.1.6.bb index b45e86611b..bfd0fb8132 100644 --- a/packages/uboot/u-boot_1.1.6.bb +++ b/packages/uboot/u-boot_1.1.6.bb @@ -4,9 +4,10 @@ SECTION = "bootloader" PRIORITY = "optional" LICENSE = "GPL" -PR = "r0" +PR = "r1" -SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.1.6.tar.bz2" +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.1.6.tar.bz2 \ + file://devkit-idp.patch;patch=1" EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" |