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 | poky-e6743f8416c7b761bb963149f7808b5b8f093cce.tar.gz | |
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 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 @@ | |||
| 1 | require rsync.inc | 1 | require rsync.inc |
| 2 | 2 | ||
| 3 | PR = "r0" | 3 | PR = "r1" |
| 4 | 4 | ||
| 5 | SRC_URI += "file://acinclude.m4" | 5 | SRC_URI += "file://acinclude.m4" |
| 6 | 6 | ||
| 7 | EXTRA_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 |
| 9 | do_configure_prepend () { | 11 | do_configure_prepend () { |
