]> code.ossystems Code Review - openembedded-core.git/commitdiff
rsync: explicitly disable xattr and acl
authorQing He <qing.he@intel.com>
Tue, 17 Aug 2010 02:56:21 +0000 (10:56 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 19 Aug 2010 11:28:10 +0000 (12:28 +0100)
Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/rsync/rsync_3.0.7.bb

index 61355d7d4c15199131ddeb4bc6e1a79dd41cbe1b..3a1e48a61d55db1d61befd663f7db1e4036cb624 100644 (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 () {