aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-ixp4xx_2.6.21.7.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-13 14:26:21 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-13 14:37:22 +0200
commit2d7b403fe57bdf8cf49af88303779ec70d3439f1 (patch)
treec880dc338b493b2381020ab8d1ba8bed09c4fc0c /recipes/linux/linux-ixp4xx_2.6.21.7.bb
parentb3da9b413ca79ee787aac4dd9515c961a3e50bd4 (diff)
downloadopenembedded-2d7b403fe57bdf8cf49af88303779ec70d3439f1.tar.gz
linux-ixp4xx_2.6.21.7: add SRC_URI names
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-ixp4xx_2.6.21.7.bb')
-rw-r--r--recipes/linux/linux-ixp4xx_2.6.21.7.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/linux/linux-ixp4xx_2.6.21.7.bb b/recipes/linux/linux-ixp4xx_2.6.21.7.bb
index ab97b43c30..f60e8c8c06 100644
--- a/recipes/linux/linux-ixp4xx_2.6.21.7.bb
+++ b/recipes/linux/linux-ixp4xx_2.6.21.7.bb
@@ -7,8 +7,8 @@ KERNEL_RELEASE = "2.6.21.7"
PV = "${KERNEL_RELEASE}+svnr${SRCPV}"
PR = "r0"
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2;name=kernel \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1;name=patch \
svn://svn.nslu2-linux.org/svnroot/kernel/trunk/patches;module=${VANILLA_VERSION};proto=http \
file://defconfig-${KERNEL_RELEASE}"
@@ -23,7 +23,7 @@ do_prepatch() {
addtask prepatch after do_unpack before do_patch
-SRC_URI[md5sum] = "1b515f588078dfa7f4bab2634bd17e80"
-SRC_URI[sha256sum] = "f187b12d70e0a48ce81f0472dfe9504fb5f0f966be339ac9d57dd2b991a74942"
-SRC_URI[md5sum] = "b9c8734471a454806c77f040fcf9869b"
-SRC_URI[sha256sum] = "5ee24e1c5636bcffed155b1c01d7d09fedb135fa2458c190a0da03a82c8c2f60"
+SRC_URI[kernel.md5sum] = "1b515f588078dfa7f4bab2634bd17e80"
+SRC_URI[kernel.sha256sum] = "f187b12d70e0a48ce81f0472dfe9504fb5f0f966be339ac9d57dd2b991a74942"
+SRC_URI[patch.md5sum] = "b9c8734471a454806c77f040fcf9869b"
+SRC_URI[patch.sha256sum] = "5ee24e1c5636bcffed155b1c01d7d09fedb135fa2458c190a0da03a82c8c2f60"