Fix rsync source path.
authorKhem Raj <raj.khem@gmail.com>
Wed, 16 Jul 2008 04:49:21 +0000 (04:49 +0000)
committerKhem Raj <raj.khem@gmail.com>
Wed, 16 Jul 2008 04:49:21 +0000 (04:49 +0000)
packages/rsync/rsync.inc
packages/rsync/rsync_2.6.9.bb
packages/rsync/rsync_3.0.0.bb

index 7ec8329..75f4c46 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS += "popt"
 
 inherit autotools
 
-SRC_URI = "http://rsync.samba.org/ftp/rsync/old-versions/rsync-${PV}.tar.gz"
+SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz"
 
 EXTRA_OEMAKE='STRIP=""'
 
index 067df4f..77cb0b2 100644 (file)
@@ -1,5 +1,5 @@
 require rsync.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://rsyncd.conf"
index 99bec62..cd8a986 100644 (file)
@@ -1,6 +1,6 @@
 require rsync.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI += "\
   file://m4.patch;patch=1 \