summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/rsync_3.0.9.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.9.bb
parent6591efad6d774955b38d591f61124cc63121ef15 (diff)
downloadast2050-yocto-poky-3a1d27cd7bf23d10739e1e07a09dc5149eb47b1d.zip
ast2050-yocto-poky-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.9.bb')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.0.9.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.9.bb b/meta/recipes-devtools/rsync/rsync_3.0.9.bb
new file mode 100644
index 0000000..8fb0140
--- /dev/null
+++ b/meta/recipes-devtools/rsync/rsync_3.0.9.bb
@@ -0,0 +1,21 @@
+require rsync.inc
+
+PR = "r0"
+
+SRC_URI += "file://acinclude.m4"
+
+SRC_URI[md5sum] = "5ee72266fe2c1822333c407e1761b92b"
+SRC_URI[sha256sum] = "30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05"
+
+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
+}
OpenPOWER on IntegriCloud