diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-08 11:29:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-08 11:29:19 +0000 |
commit | 6d00ce849bebbc4e0aa6f1972ef9190ddcd5a0c9 (patch) | |
tree | 547db255a3d9d3f6144da1810ab1d8af378412d5 | |
parent | 7b44b7da743362621d51e7b2f9540b32632dae9c (diff) |
ep93xx-kernel: fix some PV related bugs
-rw-r--r-- | packages/linux/ep93xx-kernel_2.6.15+2.6.16-rc5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ep93xx-kernel_2.6.15+2.6.16-rc5.bb b/packages/linux/ep93xx-kernel_2.6.15+2.6.16-rc5.bb index c3d775a063..0e8de7e9a2 100644 --- a/packages/linux/ep93xx-kernel_2.6.15+2.6.16-rc5.bb +++ b/packages/linux/ep93xx-kernel_2.6.15+2.6.16-rc5.bb @@ -3,13 +3,13 @@ SECTION = "kernel" LICENSE = "GPL" PR = "r11" -SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.16-rc5.bz2;patch=1 \ http://www.wantstofly.org/~buytenh/ep93xx/derevo14.diff;patch=1 \ file://defconfig \ " -S = "${WORKDIR}/linux-${PV}" +S = "${WORKDIR}/linux-2.6.15" inherit kernel |