diff options
author | Guo Hongruan <camelguo@gmail.com> | 2010-02-10 13:33:06 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-10 13:35:54 -0800 |
commit | 40914431d5c2426945fe5f206d86c99222ace54b (patch) | |
tree | 3c73ff4a223066757d884d0880b47cf68d42a8d3 /recipes/u-boot/u-boot_2009.08.bb | |
parent | 2a39c2264ebf81a6f7d7573ecaef7005862da881 (diff) |
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.08.bb')
-rw-r--r-- | recipes/u-boot/u-boot_2009.08.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb index 21715a07a8..1ba7c2f27d 100644 --- a/recipes/u-boot/u-boot_2009.08.bb +++ b/recipes/u-boot/u-boot_2009.08.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" require u-boot.inc DEFAULT_PREFERENCE = "-1" @@ -7,6 +7,7 @@ DEFAULT_PREFERENCE_at91sam9g45ek = "1" DEFAULT_PREFERENCE_igep0020 = "1" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " +SRC_URI += "file://u-boot-2009.08-remove-inline-of-weak-functions.patch;patch=1" SRC_URI_append_igep0020 = " \ file://update-mach-types.patch;patch=1 \ |