From ec2c42483baf2efaa058d101aca08296f3b321ea Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 22 May 2004 17:23:13 +0000 Subject: Update to the current rsync release (2.6.2) instead of the old prerelease (2.6.1pre-1). Also adapt it to check for and use {u_,}int64_t types if they're available. BKrev: 40af8c81Tq1xtn9MNFxoIGg9DWVrTQ --- rsync/rsync_2.6.1pre-1.oe | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 rsync/rsync_2.6.1pre-1.oe (limited to 'rsync/rsync_2.6.1pre-1.oe') diff --git a/rsync/rsync_2.6.1pre-1.oe b/rsync/rsync_2.6.1pre-1.oe deleted file mode 100644 index 204a2d5e33..0000000000 --- a/rsync/rsync_2.6.1pre-1.oe +++ /dev/null @@ -1,16 +0,0 @@ -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 -} -- cgit v1.2.3