aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.03.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.03.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.03.bb')
-rw-r--r--recipes/u-boot/u-boot_2009.03.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_2009.03.bb b/recipes/u-boot/u-boot_2009.03.bb
index c3e9326da0..6cbfd70092 100644
--- a/recipes/u-boot/u-boot_2009.03.bb
+++ b/recipes/u-boot/u-boot_2009.03.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
@@ -11,6 +11,7 @@ SRC_URI_append_hipox = "file://00-hipox.patch;patch=1 \
file://02-hipox-enable-mmu.patch;patch=1 \
file://03-hipox-direct-switch.patch;patch=1 \
file://04-hipox-env.patch;patch=1 \
+ file://05-hipox-remove-inline-of-weak-functions.patch;patch=1 \
"
TARGET_LDFLAGS = ""