summaryrefslogtreecommitdiff
path: root/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'rsync')
-rw-r--r--rsync/rsync_2.6.2.bb0
-rw-r--r--rsync/rsync_2.6.2.oe13
2 files changed, 0 insertions, 13 deletions
diff --git a/rsync/rsync_2.6.2.bb b/rsync/rsync_2.6.2.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/rsync/rsync_2.6.2.bb
diff --git a/rsync/rsync_2.6.2.oe b/rsync/rsync_2.6.2.oe
deleted file mode 100644
index 8b50f86628..0000000000
--- a/rsync/rsync_2.6.2.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "A file-synchronization tool"
-SECTION = "console/network"
-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=""'