openmoko: remove some more proto=https entries
authorKoen Kooi <koen@openembedded.org>
Thu, 5 Apr 2007 07:40:58 +0000 (07:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 5 Apr 2007 07:40:58 +0000 (07:40 +0000)
packages/openmoko-base/openmoko-common_svn.bb
packages/uboot/uboot-gta01_svn.bb

index 15cc97d..e72d325 100644 (file)
@@ -5,7 +5,7 @@ PR = "r1"
 
 inherit openmoko-base
 
-SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=images;proto=https"
+SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=images;proto=http"
 S = "${WORKDIR}"
 
 dirs = "images/pixmaps"
index 0775bfc..b30a5bc 100644 (file)
@@ -10,7 +10,7 @@ PROVIDES = "virtual/bootloader"
 S = "${WORKDIR}/git"
 
 SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git \
-           svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=https \
+           svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \
           file://fix-arm920t-eabi.patch;patch=1"
 
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"