[oe-commits] Martin Jansa : linux-ixp4xx_2.6.21.7: add SRC_URI names

git version control git at git.openembedded.org
Tue Apr 13 13:58:01 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 2d7b403fe57bdf8cf49af88303779ec70d3439f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2d7b403fe57bdf8cf49af88303779ec70d3439f1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Apr 13 14:26:21 2010 +0200

linux-ixp4xx_2.6.21.7: add SRC_URI names

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/linux/linux-ixp4xx_2.6.21.7.bb |   12 ++++++------
 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 ab97b43..f60e8c8 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"





More information about the Openembedded-commits mailing list