diff options
Diffstat (limited to 'meta')
-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 () { |