summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-08-17 10:56:21 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-19 12:28:10 +0100
commite6743f8416c7b761bb963149f7808b5b8f093cce (patch)
treefe4acb9893de10e6a1654de01cb0c113c8f6e998 /meta/packages
parent30b01f94c3afd593d91b9c1247bf44efe52ef4de (diff)
downloadast2050-yocto-poky-e6743f8416c7b761bb963149f7808b5b8f093cce.zip
ast2050-yocto-poky-e6743f8416c7b761bb963149f7808b5b8f093cce.tar.gz
rsync: explicitly disable xattr and acl
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/rsync/rsync_3.0.7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/rsync/rsync_3.0.7.bb b/meta/packages/rsync/rsync_3.0.7.bb
index 61355d7..3a1e48a 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 () {
OpenPOWER on IntegriCloud