blob: 019f68354c17d13f65ae3b41ccd44735f77c8dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
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=""'
|