blob: ae8b1f97fee0c9f4e871753d92a72b0ce17797fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 \
file://fixedwidthtypes.patch;patch=1 \
file://gettimeofday.patch;patch=1"
inherit autotools
EXTRA_OEMAKE='STRIP=""'
|