mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
rsync: explicitly disable xattr and acl
Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user