[oe-commits] Koen Kooi : linux-igep2 2.6.33.7-0: isee downloads server is broken, switch to fetching from git using tags

git version control git at git.openembedded.org
Fri Sep 24 09:08:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 58b4f66bb984272a794b55ce22507306ae0b5bf7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=58b4f66bb984272a794b55ce22507306ae0b5bf7

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Sep 24 11:08:14 2010 +0200

linux-igep2 2.6.33.7-0: isee downloads server is broken, switch to fetching from git using tags

---

 recipes/linux/linux-igep2_2.6.33.7-0.bb |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes/linux/linux-igep2_2.6.33.7-0.bb b/recipes/linux/linux-igep2_2.6.33.7-0.bb
index 57102e3..e5d76bb 100644
--- a/recipes/linux/linux-igep2_2.6.33.7-0.bb
+++ b/recipes/linux/linux-igep2_2.6.33.7-0.bb
@@ -9,12 +9,8 @@ DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_igep0020 = "1"
 DEFAULT_PREFERENCE_igep0030 = "1"
 
-KV = "${PV}-0"
-
-SRC_URI = "http://downloads.igep.es/sources/linux-omap-${KV}.tar.gz \
+SRC_URI = "git://git.igep.es/pub/scm/linux-omap-2.6.git;protocol=git;tag=v${PV} \
 	   file://defconfig"
 
-S = "${WORKDIR}/linux-omap-${KV}"
+S = "${WORKDIR}/git"
 
-SRC_URI[md5sum] = "61ce79815d2778d45082a33d9ebac779"
-SRC_URI[sha256sum] = "a14af39dbb8f4c7d0748e858943069dc9a34a87a27f5147df5881195142d6ea4"





More information about the Openembedded-commits mailing list