aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.32_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-06 10:00:45 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-08 08:52:15 +0200
commit55f37fa10302d00d48c1e61b8c7267d6492d8d41 (patch)
tree0642a54948b25cf84ed7cc27a9a8486b612aca6f /recipes/linux/linux-openmoko-2.6.32_git.bb
parentaecc2961cc607392d153933d6367eb04e1fce006 (diff)
downloadopenembedded-55f37fa10302d00d48c1e61b8c7267d6492d8d41.tar.gz
linux-openmoko-2.6.32: add patch for building with gcc-4.5.0 (backport from linux_2.6.34 patch)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.32_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb
index ac7a531817..dfae93104b 100644
--- a/recipes/linux/linux-openmoko-2.6.32_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.32_git.bb
@@ -14,6 +14,8 @@ SRC_URI = "\
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;apply=yes;name=stablepatch \
# build fix
file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch \
+# fix runtime issue when built with gcc-4.5
+ file://use-noclone-attribute-for-naked.patch \
# patches from Radek Polak used in qtmoko
file://0002-accels.patch.patch \
file://0003-usbhost.patch.patch \