diff options
author | Koen Kooi <koen@openembedded.org> | 2010-09-24 11:08:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-24 11:08:14 +0200 |
commit | 58b4f66bb984272a794b55ce22507306ae0b5bf7 (patch) | |
tree | c81988d87f15b5daa3173687912f1cca08a8e0d1 | |
parent | e5541ead8218ded5fe225b64e32c259bd307bba6 (diff) |
linux-igep2 2.6.33.7-0: isee downloads server is broken, switch to fetching from git using tags
-rw-r--r-- | 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 57102e37dd..e5d76bbf31 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" |