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