From: Chris Larson Date: Sat, 22 May 2004 17:23:13 +0000 (+0000) Subject: Update to the current rsync release (2.6.2) instead of the old prerelease (2.6.1pre... X-Git-Tag: Release-2010-05/1~19036 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2c42483baf2efaa058d101aca08296f3b321ea;p=openembedded.git 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 --- diff --git a/rsync/rsync-2.6.1pre-1/compile-fix.patch b/rsync/rsync-2.6.2/fixedwidthtypes.patch similarity index 100% rename from rsync/rsync-2.6.1pre-1/compile-fix.patch rename to rsync/rsync-2.6.2/fixedwidthtypes.patch 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 -} diff --git a/rsync/rsync_2.6.2.oe b/rsync/rsync_2.6.2.oe new file mode 100644 index 0000000000..e69de29bb2