wrt-imagetools: Fix do_fetch by taking svn snapshot until OE can handle SVN by itself...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 16 Jun 2007 18:14:03 +0000 (18:14 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 16 Jun 2007 18:14:03 +0000 (18:14 +0000)
packages/wrt/wrt-imagetools-native.bb

index cd5d802..f9f459e 100644 (file)
@@ -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
+}