diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-04-25 18:38:21 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-18 12:10:12 +0200 |
commit | 1b5b4fd868032e91439cc8baef00d41dabbba572 (patch) | |
tree | 6b91ddfb848a8b68299f0b4f06f390d4f0705e17 /recipes/u-boot/u-boot_git.bb | |
parent | 89a9abb4c66c7a70bdb313008fc2461ac9485cbd (diff) |
u-boot_git.bb : newer gcc dont allow weak inlines
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 5a469616dd..f82f570b92 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -178,7 +178,8 @@ SRCREV_omapzoom = "d691b424f1f5bf7eea3a4131dfc578d272e8f335" PV_omapzoom = "2009.01+${PR}+gitr${SRCREV}" SRC_URI_omapzoom2 = "git://dev.omapzoom.org/pub/scm/bootloader/u-boot.git;branch=master;protocol=git \ - file://0001-OMAP3-set-L1NEON-bit-in-aux-control-register.patch" + file://0001-OMAP3-set-L1NEON-bit-in-aux-control-register.patch \ + file://inline-fix.patch" SRCREV_omapzoom2 = "78e778e0ea884306841c6499851a1e35177d81d0" PV_omapzoom2 = "1.1.4+${PR}+gitr${SRCREV}" PE_omapzoom2 = "1" |