diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-08 07:42:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-08 07:42:25 +0000 |
commit | 714a5e1bfc62c6a5f08fba38db5266a5a24bd0cf (patch) | |
tree | cf9f31e94d367ab86f376490102104a4d3b09fb8 /meta/packages/rsync | |
parent | 12f914d0384d77a86e3f44a9620be31fffdc967e (diff) | |
download | poky-714a5e1bfc62c6a5f08fba38db5266a5a24bd0cf.tar.gz |
rsync: fix SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5029 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/rsync')
-rw-r--r-- | meta/packages/rsync/rsync_2.6.9.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/rsync/rsync_2.6.9.bb b/meta/packages/rsync/rsync_2.6.9.bb index ab7ae43428..52a0a8dba2 100644 --- a/meta/packages/rsync/rsync_2.6.9.bb +++ b/meta/packages/rsync/rsync_2.6.9.bb | |||
@@ -2,9 +2,8 @@ LICENSE = "GPL" | |||
2 | DESCRIPTION = "A file-synchronization tool" | 2 | DESCRIPTION = "A file-synchronization tool" |
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | PR = "r0" | ||
6 | 5 | ||
7 | SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz \ | 6 | SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \ |
8 | file://rsyncd.conf" | 7 | file://rsyncd.conf" |
9 | 8 | ||
10 | inherit autotools | 9 | inherit autotools |