From: Koen Kooi Date: Wed, 5 Jan 2011 18:42:14 +0000 (+0100) Subject: linux-ac100: switch to fetching from git, less flaky X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2915ea2ab1541816511b4f04cfb066db1ba7ce70;p=openembedded.git linux-ac100: switch to fetching from git, less flaky 19:01 < woglinde> yeah feel free to commit Signed-off-by: Koen Kooi --- diff --git a/recipes/linux/linux-ac100_git.bb b/recipes/linux/linux-ac100_git.bb index a7e08b26a8..17bf564797 100644 --- a/recipes/linux/linux-ac100_git.bb +++ b/recipes/linux/linux-ac100_git.bb @@ -5,14 +5,12 @@ PR = "r0" COMPATIBLE_MACHINE = "ac100" -SRCREV = "462ec86ebb59b2ade8e4ebb393fcb67408e3938" +SRCREV = "cfa99cf99d13e8d328918e60beffad9fcac1e621" SRC_URI = "\ - http://gitorious.org/ac100/kernel/archive-tarball/ac100-kernel-eclair-tosh.tar.gz \ + git://gitorious.org/ac100/kernel.git;protocol=git;branch=eclair-tosh \ file://defconfig \ " -S = "${WORKDIR}/ac100-kernel" +S = "${WORKDIR}/git" -SRC_URI[md5sum] = "2cdb73591a17b7ffd3ed207e11cf8ae2" -SRC_URI[sha256sum] = "bab7bbc1a2b859ed661131527fe17d81d93cd70421ac7724fb624a401e15c5e6"