From: Koen Kooi Date: Sun, 16 Mar 2008 21:39:59 +0000 (+0000) Subject: linux-beagleboard: switch to http protocol as that seems to be more forgiving with... X-Git-Tag: Release-2010-05/1~7408^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a45a8436475f585bea012b04b897b549f1da85;p=openembedded.git linux-beagleboard: switch to http protocol as that seems to be more forgiving with the wet piece of string internet connection the beagleboard server has --- diff --git a/packages/linux/linux-beagleboard_git.bb b/packages/linux/linux-beagleboard_git.bb index 12842cd969..f9858f7564 100644 --- a/packages/linux/linux-beagleboard_git.bb +++ b/packages/linux/linux-beagleboard_git.bb @@ -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"