diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-05-27 23:04:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-27 23:04:46 +0000 |
commit | b5b559207bbe75633461df8a07f831022bfbd749 (patch) | |
tree | d0b286998297c13ef245f5c12bdfe0ae6253c1ec /packages/rsync/rsync_2.6.7.bb | |
parent | 1561250669e6936528f37596e6ccbbcb7b4206cc (diff) |
rsync: Update SRC_URI for 2.6.7 and add 2.6.8. Closes bug# 947.
Diffstat (limited to 'packages/rsync/rsync_2.6.7.bb')
-rw-r--r-- | packages/rsync/rsync_2.6.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/rsync/rsync_2.6.7.bb b/packages/rsync/rsync_2.6.7.bb index 421dc76d48..e349a6eb4a 100644 --- a/packages/rsync/rsync_2.6.7.bb +++ b/packages/rsync/rsync_2.6.7.bb @@ -4,8 +4,8 @@ SECTION = "console/network" PRIORITY = "optional" PR = "r1" -SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz \ -file://rsyncd.conf" +SRC_URI = "http://rsync.samba.org/ftp/rsync/old-versions/rsync-${PV}.tar.gz \ + file://rsyncd.conf" inherit autotools |