diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-05 07:40:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-05 07:40:58 +0000 |
commit | 3818aeb7c402b4c3408bf7d845d46f989f9c66aa (patch) | |
tree | db5f28d4cfcbe291e84b535a64573552920ee363 /packages/uboot/uboot-gta01_svn.bb | |
parent | 6589d01dfe208474892ff4fbb3cb01fb0da603c6 (diff) |
openmoko: remove some more proto=https entries
Diffstat (limited to 'packages/uboot/uboot-gta01_svn.bb')
-rw-r--r-- | packages/uboot/uboot-gta01_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uboot/uboot-gta01_svn.bb b/packages/uboot/uboot-gta01_svn.bb index 0775bfcc91..b30a5bc66e 100644 --- a/packages/uboot/uboot-gta01_svn.bb +++ b/packages/uboot/uboot-gta01_svn.bb @@ -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}" |