diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-12 18:23:59 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-12 18:23:59 +0000 |
commit | 2de3b1097d17897d80856dec1100266ea2d5db60 (patch) | |
tree | fec9ea3ee93f01a935914bbdbf0899ad3a7625f3 /rsync/rsync_2.6.2.oe | |
parent | 4e8b5fae442a10e021868007cbe9151988ca6569 (diff) |
rsync.patch
BKrev: 40f2d73fChUPt8fI1VMDnn_EMZaWGg
Diffstat (limited to 'rsync/rsync_2.6.2.oe')
-rw-r--r-- | rsync/rsync_2.6.2.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rsync/rsync_2.6.2.oe b/rsync/rsync_2.6.2.oe index e69de29bb2..019f68354c 100644 --- a/rsync/rsync_2.6.2.oe +++ b/rsync/rsync_2.6.2.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "A file-synchronization tool" +SECTION = "net" +PRIORITY = "optional" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz \ + file://fixedwidthtypes.patch;patch=1 \ + file://gettimeofday.patch;patch=1" + +inherit autotools + +EXTRA_OEMAKE='STRIP=""' |