From: Qing He Date: Tue, 17 Aug 2010 02:56:21 +0000 (+0800) Subject: rsync: explicitly disable xattr and acl X-Git-Tag: 2011-1~4855 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e6743f8416c7b761bb963149f7808b5b8f093cce;p=openembedded-core.git rsync: explicitly disable xattr and acl Signed-off-by: Qing He --- diff --git a/meta/packages/rsync/rsync_3.0.7.bb b/meta/packages/rsync/rsync_3.0.7.bb index 61355d7d4c..3a1e48a61d 100644 --- a/meta/packages/rsync/rsync_3.0.7.bb +++ b/meta/packages/rsync/rsync_3.0.7.bb @@ -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 () {