[oe-commits] org.oe.dev wrt-imagetools: Fix do_fetch by taking svn snapshot until OE can handle SVN by itself. Fixes 1735.

Laibsch commit openembedded-commits at lists.openembedded.org
Sat Jun 16 22:01:25 UTC 2007


wrt-imagetools: Fix do_fetch by taking svn snapshot until OE can handle SVN by itself.  Fixes 1735.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: e6d709e298732fc12c1a336c628bac7b7669883a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e6d709e298732fc12c1a336c628bac7b7669883a
Files:
1
packages/wrt/wrt-imagetools-native.bb
Diffs:

#
# mt diff -r578dc4dc5839d120392cc91a5a8739312e3efd5e -re6d709e298732fc12c1a336c628bac7b7669883a
#
# 
# 
# patch "packages/wrt/wrt-imagetools-native.bb"
#  from [722c50c5f65e17feae891a46dfbefcb585792e48]
#    to [5537f7529c30389a8d3e72aca173e24a8ee576ff]
# 
============================================================
--- packages/wrt/wrt-imagetools-native.bb	722c50c5f65e17feae891a46dfbefcb585792e48
+++ packages/wrt/wrt-imagetools-native.bb	5537f7529c30389a8d3e72aca173e24a8ee576ff
@@ -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






More information about the Openembedded-commits mailing list