diff options
author | Qing He <qing.he@intel.com> | 2010-08-17 10:56:21 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-19 12:28:10 +0100 |
commit | e6743f8416c7b761bb963149f7808b5b8f093cce (patch) | |
tree | fe4acb9893de10e6a1654de01cb0c113c8f6e998 | |
parent | 30b01f94c3afd593d91b9c1247bf44efe52ef4de (diff) | |
download | openembedded-core-e6743f8416c7b761bb963149f7808b5b8f093cce.tar.gz openembedded-core-e6743f8416c7b761bb963149f7808b5b8f093cce.tar.bz2 openembedded-core-e6743f8416c7b761bb963149f7808b5b8f093cce.tar.xz openembedded-core-e6743f8416c7b761bb963149f7808b5b8f093cce.zip |
rsync: explicitly disable xattr and acl
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/packages/rsync/rsync_3.0.7.bb | 4 |
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 61355d7d4..3a1e48a61 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 () { |