summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/rsync_3.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.0.7.bb')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.0.7.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.7.bb b/meta/recipes-devtools/rsync/rsync_3.0.7.bb
deleted file mode 100644
index 971fd547c1..0000000000
--- a/meta/recipes-devtools/rsync/rsync_3.0.7.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1require rsync.inc
2
3PR = "r1"
4
5SRC_URI += "file://acinclude.m4"
6
7SRC_URI[md5sum] = "b53525900817cf1ba7ad3a516ab5bfe9"
8SRC_URI[sha256sum] = "9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8"
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}