linux-beagleboard: switch to http protocol as that seems to be more forgiving with...
authorKoen Kooi <koen@openembedded.org>
Sun, 16 Mar 2008 21:39:59 +0000 (21:39 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 16 Mar 2008 21:39:59 +0000 (21:39 +0000)
packages/linux/linux-beagleboard_git.bb

index 12842cd..f9858f7 100644 (file)
@@ -5,7 +5,7 @@ PV = "2.6.x+git${SRCREV}"
 
 COMPATIBLE_MACHINE = "beagleboard"
 
-SRC_URI = "git://www.beagleboard.org/linux.git;protocol=git \
+SRC_URI = "git://www.beagleboard.org/linux.git;protocol=http \
            file://defconfig"
 
 S = "${WORKDIR}/git"