diff options
| -rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.0.9.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.9.bb b/meta/recipes-devtools/rsync/rsync_3.0.9.bb index 8fb0140fe0..74eacc9d6e 100644 --- a/meta/recipes-devtools/rsync/rsync_3.0.9.bb +++ b/meta/recipes-devtools/rsync/rsync_3.0.9.bb | |||
| @@ -14,6 +14,12 @@ EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" | |||
| 14 | do_configure_prepend () { | 14 | do_configure_prepend () { |
| 15 | rm -f configure configure.sh | 15 | rm -f configure configure.sh |
| 16 | cp -f ${WORKDIR}/acinclude.m4 ${S}/ | 16 | cp -f ${WORKDIR}/acinclude.m4 ${S}/ |
| 17 | |||
| 18 | # by default, if crosscompiling, rsync | ||
| 19 | # disables a number of capabilities, hardlinking | ||
| 20 | # symlinks and special files (ie devices) | ||
| 21 | export rsync_cv_can_hardlink_special=yes | ||
| 22 | export rsync_cv_can_hardlink_symlink=yes | ||
| 17 | } | 23 | } |
| 18 | 24 | ||
| 19 | do_configure_append () { | 25 | do_configure_append () { |
