openmoko-base.bbclass: switch to svn http transport, as requested by Harald Welte
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 06:35:58 +0000 (06:35 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 06:35:58 +0000 (06:35 +0000)
classes/openmoko-base.bbclass

index 7a274b0..35243c9 100644 (file)
@@ -13,7 +13,7 @@ def openmoko_base_get_subdir(d):
 
 SUBDIR = "${@openmoko_base_get_subdir(d)}"
 
-SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=https"
+SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http"
 S = "${WORKDIR}/${PN}"
 
 FILES_${PN} += "${datadir}/icons"