diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 12:05:17 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 12:05:17 +0100 |
commit | cae96c1a80e99a9171f960f6d5c3cf0177d5d56c (patch) | |
tree | 0994a177a9c3de583244bc53ec5c208dcc0ce5ba /recipes/linux/linux_2.6.21+2.6.22-rc1.bb | |
parent | 675f3e6eb511df4e1d3574247bbec75e4d3bd570 (diff) |
linux: fix location of patches for misc RCx kernels
Diffstat (limited to 'recipes/linux/linux_2.6.21+2.6.22-rc1.bb')
-rw-r--r-- | recipes/linux/linux_2.6.21+2.6.22-rc1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.21+2.6.22-rc1.bb b/recipes/linux/linux_2.6.21+2.6.22-rc1.bb index 35b2efe74a..563820fec7 100644 --- a/recipes/linux/linux_2.6.21+2.6.22-rc1.bb +++ b/recipes/linux/linux_2.6.21+2.6.22-rc1.bb @@ -9,7 +9,7 @@ KERNEL_RELEASE = "2.6.22-rc1" PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \ - ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.22-rc1.bz2;patch=1 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.22/patch-2.6.22-rc1.bz2;patch=1 \ file://defconfig \ " |