aboutsummaryrefslogtreecommitdiffstats
path: root/rsync/rsync_2.6.1pre-1.oe
blob: 204a2d5e33c315bb3ab3ebd1380a4b671285966a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A file-synchronization tool"
SECTION = "net"
PRIORITY = "optional"
DEPENDS = "virtual/libc"

SRC_URI = "http://rsync.samba.org/ftp/rsync/preview/rsync-${PV}.tar.gz \
           file://compile-fix.patch;patch=1"

inherit autotools 

EXTRA_OEMAKE='STRIP=""'

do_compile_prepend() {
	echo "#define HAVE_GETTIMEOFDAY_TZ 1" >>rsync.h
	echo "#define uint64 int64" >>rsync.h
}