diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-27 09:29:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 09:29:31 +0000 |
commit | 2d649f22130c452e4ef9fe5f9236ebaaac7baef1 (patch) | |
tree | 308acbbdae730b3c313bcc57c1458f31d78b575c /packages | |
parent | f18cd2b0e23f83435b05f9c40e47994e6409d30f (diff) |
Added new version of rsync (updated upstream).
Diffstat (limited to 'packages')
-rw-r--r-- | packages/rsync/rsync_2.6.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/rsync/rsync_2.6.6.bb b/packages/rsync/rsync_2.6.6.bb new file mode 100644 index 0000000000..064e924789 --- /dev/null +++ b/packages/rsync/rsync_2.6.6.bb @@ -0,0 +1,11 @@ +LICENSE = "GPL" +DESCRIPTION = "A file-synchronization tool" +SECTION = "console/network" +PRIORITY = "optional" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz" + +inherit autotools + +EXTRA_OEMAKE='STRIP=""' |