summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-openmoko_2.6.24+git.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-25 09:27:55 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-25 09:27:55 +0000
commit86cc4b3b9168cd2449384598b71d662da837f551 (patch)
treef638c8b6428eb6680a09c0909b92845f5071b3cb /meta/packages/linux/linux-openmoko_2.6.24+git.bb
parent6857ef42488c44e5eca4eb2f8331eae93e65c5d6 (diff)
downloadopenembedded-core-86cc4b3b9168cd2449384598b71d662da837f551.tar.gz
openembedded-core-86cc4b3b9168cd2449384598b71d662da837f551.tar.bz2
openembedded-core-86cc4b3b9168cd2449384598b71d662da837f551.tar.xz
openembedded-core-86cc4b3b9168cd2449384598b71d662da837f551.zip
linux-openmoko: fix build with gcc 4.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4946 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r--meta/packages/linux/linux-openmoko_2.6.24+git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-openmoko_2.6.24+git.bb b/meta/packages/linux/linux-openmoko_2.6.24+git.bb
index ee3203daf..a1d573be1 100644
--- a/meta/packages/linux/linux-openmoko_2.6.24+git.bb
+++ b/meta/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -5,9 +5,10 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/
PE = "1"
PV = "${KERNEL_RELEASE}+git${SRCREV}"
-PR = "r1"
+PR = "r2"
-SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable"
+SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
+ file://timespec_add_ns_avoid_udivdi3.patch;patch=1"
S = "${WORKDIR}/git"