diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-01-26 19:03:07 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-01-26 19:03:07 +0100 |
commit | 073c451fc14b65f4c3619f439a29228c2ce51209 (patch) | |
tree | baba66787e3bd7ecbe1a1749faca60d64b9117fb | |
parent | c7ea041ecfe2be75b92cdf9db6041d129c545c43 (diff) |
linux 2.6.32: update to latest stable
-rw-r--r-- | recipes/linux/linux_2.6.32.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index 46413713e6..560ff42a67 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.6.32.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r4" +PR = "r5" S = "${WORKDIR}/linux-${PV}" @@ -22,7 +22,7 @@ DEFAULT_PREFERENCE_jornada6xx = "-1" DEFAULT_PREFERENCE_jornada7xx = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ - ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.2.bz2;patch=1 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.5.bz2;patch=1 \ file://defconfig" SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879" |