aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.24.bb
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2011-03-28 15:43:31 +0200
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-01 12:59:42 +0200
commit83430c0988fed25dbb2e4c2046189eaf01a3780c (patch)
tree0c4741f8bcaae509bd62cc136f759f874f2000d3 /recipes/linux/linux_2.6.24.bb
parent84cbf663f3b2208f6f818bd07042c50ef55e0e38 (diff)
downloadopenembedded-83430c0988fed25dbb2e4c2046189eaf01a3780c.tar.gz
linux-2.6.24: allow building kernel with newer GNU make
GNU make >= 3.82 does not allow mixed implicit and normal rules Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux_2.6.24.bb')
-rw-r--r--recipes/linux/linux_2.6.24.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb
index 5c05593c39..5cc686a4c7 100644
--- a/recipes/linux/linux_2.6.24.bb
+++ b/recipes/linux/linux_2.6.24.bb
@@ -11,7 +11,7 @@ DEFAULT_PREFERENCE_hipox = "1"
DEFAULT_PREFERENCE_cs-e9302 = "1"
DEFAULT_PREFERENCE_smartq5 = "1"
-PR = "r36"
+PR = "r37"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=kernel \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;apply=yes;name=stablepatch \
@@ -19,6 +19,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=k
file://ubifs-v2.6.24.patch \
file://ubifs-v2.6.24-silent-get-sb.patch \
file://cfi-amic.patch \
+ file://make-3.82.patch \
file://defconfig"
# Moved away temporarely until committed properly (work in progress).