diff options
Diffstat (limited to 'meta/packages/rsync/rsync_3.0.7.bb')
-rw-r--r-- | meta/packages/rsync/rsync_3.0.7.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/rsync/rsync_3.0.7.bb b/meta/packages/rsync/rsync_3.0.7.bb deleted file mode 100644 index 3a1e48a61d..0000000000 --- a/meta/packages/rsync/rsync_3.0.7.bb +++ /dev/null @@ -1,18 +0,0 @@ -require rsync.inc - -PR = "r1" - -SRC_URI += "file://acinclude.m4" - -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 -} |