summaryrefslogtreecommitdiff
path: root/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'rsync')
-rw-r--r--rsync/rsync-2.6.2/gettimeofday.patch0
-rw-r--r--rsync/rsync_2.6.2.oe12
2 files changed, 12 insertions, 0 deletions
diff --git a/rsync/rsync-2.6.2/gettimeofday.patch b/rsync/rsync-2.6.2/gettimeofday.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/rsync/rsync-2.6.2/gettimeofday.patch
diff --git a/rsync/rsync_2.6.2.oe b/rsync/rsync_2.6.2.oe
index e69de29bb2..019f68354c 100644
--- a/rsync/rsync_2.6.2.oe
+++ b/rsync/rsync_2.6.2.oe
@@ -0,0 +1,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=""'