mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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
|
require rsync.inc
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI += "file://acinclude.m4"
|
SRC_URI += "file://acinclude.m4"
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"
|
||||||
|
|
||||||
# rsync 3.0 uses configure.sh instead of configure, and
|
# rsync 3.0 uses configure.sh instead of configure, and
|
||||||
# makefile checks the existence of configure.sh
|
# makefile checks the existence of configure.sh
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
|
|||||||
Reference in New Issue
Block a user