rsync: explicitly disable xattr and acl

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-08-17 10:56:21 +08:00
committed by Richard Purdie
parent 30b01f94c3
commit e6743f8416

View File

@@ -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 () {