mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6591efad6d
commit
3a1d27cd7b
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user