summaryrefslogtreecommitdiffstats
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 13:18:18 +0100
commit3a1d27cd7bf23d10739e1e07a09dc5149eb47b1d (patch)
tree04966fa09bfcc5fa040d9a139dc8c78d058337a7 /meta/recipes-devtools/rsync/rsync_3.0.8.bb
parent6591efad6d774955b38d591f61124cc63121ef15 (diff)
downloadpoky-3a1d27cd7bf23d10739e1e07a09dc5149eb47b1d.tar.gz
rsync: Update to 3.0.9
(From OE-Core rev: 2b131dbfaef433e879a0a97521059e26a72bce34) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 33ab2717d0..0000000000
--- a/meta/recipes-devtools/rsync/rsync_3.0.8.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1require rsync.inc
2
3PR = "r0"
4
5SRC_URI += "file://acinclude.m4"
6
7SRC_URI[md5sum] = "0ee8346ce16bdfe4c88a236e94c752b4"
8SRC_URI[sha256sum] = "4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114"
9
10EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"
11
12# rsync 3.0 uses configure.sh instead of configure, and
13# makefile checks the existence of configure.sh
14do_configure_prepend () {
15 rm -f configure configure.sh
16 cp -f ${WORKDIR}/acinclude.m4 ${S}/
17}
18
19do_configure_append () {
20 cp -f configure configure.sh
21}