summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/rsync/rsync_3.0.8.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-11 11:36:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 12:53:31 +0100
commit2b131dbfaef433e879a0a97521059e26a72bce34 (patch)
tree381672313d224ba29709ef9fedcd486dbadf709e /meta/recipes-devtools/rsync/rsync_3.0.8.bb
parente08f329c1208d776b0f0459440ad30730ab44b8a (diff)
downloadopenembedded-core-2b131dbfaef433e879a0a97521059e26a72bce34.tar.gz
openembedded-core-2b131dbfaef433e879a0a97521059e26a72bce34.tar.bz2
openembedded-core-2b131dbfaef433e879a0a97521059e26a72bce34.tar.xz
openembedded-core-2b131dbfaef433e879a0a97521059e26a72bce34.zip
rsync: Update to 3.0.9
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.0.8.bb')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.0.8.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.8.bb b/meta/recipes-devtools/rsync/rsync_3.0.8.bb
deleted file mode 100644
index 33ab2717d..000000000
--- a/meta/recipes-devtools/rsync/rsync_3.0.8.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-require rsync.inc
-
-PR = "r0"
-
-SRC_URI += "file://acinclude.m4"
-
-SRC_URI[md5sum] = "0ee8346ce16bdfe4c88a236e94c752b4"
-SRC_URI[sha256sum] = "4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114"
-
-EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"
-
-# rsync 3.0 uses configure.sh instead of configure, and
-# makefile checks the existence of configure.sh
-do_configure_prepend () {
- rm -f configure configure.sh
- cp -f ${WORKDIR}/acinclude.m4 ${S}/
-}
-
-do_configure_append () {
- cp -f configure configure.sh
-}