aboutsummaryrefslogtreecommitdiffstats
path: root/rsync
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-22 17:23:13 +0000
committerChris Larson <clarson@kergoth.com>2004-05-22 17:23:13 +0000
commitec2c42483baf2efaa058d101aca08296f3b321ea (patch)
tree70e91bd2b2d50e8fe286a124e02bc180fefb0cf5 /rsync
parent7c79baf28f6c857438f27ec27a9e12f5f8e3135f (diff)
downloadopenembedded-ec2c42483baf2efaa058d101aca08296f3b321ea.tar.gz
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
Diffstat (limited to 'rsync')
-rw-r--r--rsync/rsync-2.6.2/fixedwidthtypes.patch (renamed from rsync/rsync-2.6.1pre-1/compile-fix.patch)0
-rw-r--r--rsync/rsync_2.6.1pre-1.oe16
-rw-r--r--rsync/rsync_2.6.2.oe0
3 files changed, 0 insertions, 16 deletions
diff --git a/rsync/rsync-2.6.1pre-1/compile-fix.patch b/rsync/rsync-2.6.2/fixedwidthtypes.patch
index e69de29bb2..e69de29bb2 100644
--- a/rsync/rsync-2.6.1pre-1/compile-fix.patch
+++ b/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
--- /dev/null
+++ b/rsync/rsync_2.6.2.oe