aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.01.bb
diff options
context:
space:
mode:
authorGuo Hongruan <camelguo@gmail.com>2010-02-10 13:33:06 -0800
committerKhem Raj <raj.khem@gmail.com>2010-02-10 13:35:54 -0800
commit40914431d5c2426945fe5f206d86c99222ace54b (patch)
tree3c73ff4a223066757d884d0880b47cf68d42a8d3 /recipes/u-boot/u-boot_2009.01.bb
parent2a39c2264ebf81a6f7d7573ecaef7005862da881 (diff)
downloadopenembedded-40914431d5c2426945fe5f206d86c99222ace54b.tar.gz
u-boot: remove 'inline' from functions with weak attribute.
* gcc 4.4 onwards complains about inline qualifier on weak functions. Signed-off-by: Guo Hongruan <camelguo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/u-boot/u-boot_2009.01.bb')
-rw-r--r--recipes/u-boot/u-boot_2009.01.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_2009.01.bb b/recipes/u-boot/u-boot_2009.01.bb
index dfb3b3a767..940102d4ef 100644
--- a/recipes/u-boot/u-boot_2009.01.bb
+++ b/recipes/u-boot/u-boot_2009.01.bb
@@ -14,9 +14,10 @@ DEFAULT_PREFERENCE_at91cap9adk = "1"
DEFAULT_PREFERENCE_atngw100 = "1"
DEFAULT_PREFERENCE_atstk1000 = "1"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
+SRC_URI += "file://u-boot-remove-inline-of-weak-functions.patch;patch=1"
SRC_URI_append_at91sam9263ek = "\
file://u-boot-2009.01-exp-002-at91sam9g20ek.patch;patch=1 \