summaryrefslogtreecommitdiffstats
path: root/meta
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
parent30b01f94c3afd593d91b9c1247bf44efe52ef4de (diff)
downloadpoky-e6743f8416c7b761bb963149f7808b5b8f093cce.tar.gz
rsync: explicitly disable xattr and acl
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta')
-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 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 @@
1require rsync.inc 1require rsync.inc
2 2
3PR = "r0" 3PR = "r1"
4 4
5SRC_URI += "file://acinclude.m4" 5SRC_URI += "file://acinclude.m4"
6 6
7EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"
8
7# rsync 3.0 uses configure.sh instead of configure, and 9# rsync 3.0 uses configure.sh instead of configure, and
8# makefile checks the existence of configure.sh 10# makefile checks the existence of configure.sh
9do_configure_prepend () { 11do_configure_prepend () {