mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 20:15:38 +00:00
rsync: explicitly disable xattr and acl
Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
parent
30b01f94c3
commit
e6743f8416
@ -1,9 +1,11 @@
|
||||
require rsync.inc
|
||||
|
||||
PR = "r0"
|
||||
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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user