From 40914431d5c2426945fe5f206d86c99222ace54b Mon Sep 17 00:00:00 2001 From: Guo Hongruan Date: Wed, 10 Feb 2010 13:33:06 -0800 Subject: 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 Signed-off-by: Khem Raj --- recipes/u-boot/u-boot_2009.01.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/u-boot/u-boot_2009.01.bb') 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 \ -- cgit 1.2.3-korg