From: Rolf Leggewie Date: Sat, 16 Jun 2007 18:14:03 +0000 (+0000) Subject: wrt-imagetools: Fix do_fetch by taking svn snapshot until OE can handle SVN by itself... X-Git-Tag: Release-2010-05/1~8868^2~362^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33f385e0a9a5506a3335527bc3280d20b5fce1c;p=openembedded.git wrt-imagetools: Fix do_fetch by taking svn snapshot until OE can handle SVN by itself. Fixes 1735. --- 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 +}