From e6743f8416c7b761bb963149f7808b5b8f093cce Mon Sep 17 00:00:00 2001 From: Qing He Date: Tue, 17 Aug 2010 10:56:21 +0800 Subject: rsync: explicitly disable xattr and acl Signed-off-by: Qing He --- meta/packages/rsync/rsync_3.0.7.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta') 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 () { -- cgit v1.2.3-54-g00ecf