aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wrt
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-16 18:14:03 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-16 18:14:03 +0000
commitc33f385e0a9a5506a3335527bc3280d20b5fce1c (patch)
treefbd2668c6f1b35ff753adf895235a50b945cad54 /packages/wrt
parent0e4241493acbaa7bd267c185a60ba579c2b646ae (diff)
downloadopenembedded-c33f385e0a9a5506a3335527bc3280d20b5fce1c.tar.gz
wrt-imagetools: Fix do_fetch by taking svn snapshot until OE can handle SVN by itself. Fixes 1735.
Diffstat (limited to 'packages/wrt')
-rw-r--r--packages/wrt/wrt-imagetools-native.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/wrt/wrt-imagetools-native.bb b/packages/wrt/wrt-imagetools-native.bb
index cd5d802765..f9f459eea6 100644
--- a/packages/wrt/wrt-imagetools-native.bb
+++ b/packages/wrt/wrt-imagetools-native.bb
@@ -1,4 +1,5 @@
-SRC_URI = "cvs://anonymous@openwrt.org/openwrt;module=openwrt/target/utils/src;tag=TESTED"
+#SRC_URI = "svn://svn.openwrt.org/openwrt;module=trunk/tools/firmware-utils/src;proto=https"
+SRC_URI = ${SOURCEFORGE_MIRROR}/gakusei/openwrt-imagetools-svn-rev7641.tar.bz2
S = "${WORKDIR}/src/"
inherit native
@@ -13,4 +14,4 @@ do_stage() {
install -m 0755 ${S}/trx ${STAGING_BINDIR}
install -m 0755 ${S}/motorola-bin ${STAGING_BINDIR}
install -m 0755 ${S}/addpattern ${STAGING_BINDIR}
-} \ No newline at end of file
+}