quilt: Fix SRC_URI for older packages
authorRichard Purdie <rpurdie@rpsys.net>
Sun, 19 Mar 2006 11:50:12 +0000 (11:50 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 19 Mar 2006 11:50:12 +0000 (11:50 +0000)
packages/quilt/quilt-native_0.39.bb
packages/quilt/quilt_0.37.bb
packages/quilt/quilt_0.39.bb

index ba58f9d..19b4a3b 100644 (file)
@@ -4,7 +4,7 @@ INHIBIT_AUTOTOOLS_DEPS = "1"
 
 RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"
 
-SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
+SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
           file://install.patch;patch=1 \
           file://nostrip.patch;patch=1 \
           file://autoreconf.patch;patch=1"
index fde048a..9750a59 100644 (file)
@@ -1,7 +1,7 @@
 include quilt.inc
 
 PR = "r2"
-SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
+SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
           file://install.patch;patch=1 \
           file://nostrip.patch;patch=1"
 S = "${WORKDIR}/quilt"
index f04f180..44a0d95 100644 (file)
@@ -1,6 +1,6 @@
 include quilt.inc
 
-SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
+SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
           file://install.patch;patch=1 \
           file://nostrip.patch;patch=1"
 S = "${WORKDIR}/quilt"