diff options
| -rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.1.0.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.1.0.bb b/meta/recipes-devtools/rsync/rsync_3.1.0.bb index 58ede2646a..a4a5c102d4 100644 --- a/meta/recipes-devtools/rsync/rsync_3.1.0.bb +++ b/meta/recipes-devtools/rsync/rsync_3.1.0.bb | |||
| @@ -16,11 +16,10 @@ do_configure_prepend () { | |||
| 16 | rm -f ${S}/configure ${S}/configure.sh | 16 | rm -f ${S}/configure ${S}/configure.sh |
| 17 | cp -f ${WORKDIR}/acinclude.m4 ${S}/ | 17 | cp -f ${WORKDIR}/acinclude.m4 ${S}/ |
| 18 | 18 | ||
| 19 | # by default, if crosscompiling, rsync | 19 | # By default, if crosscompiling, rsync disables a number of |
| 20 | # disables a number of capabilities, hardlinking | 20 | # capabilities, hardlinking symlinks and special files (i.e. devices) |
| 21 | # symlinks and special files (ie devices) | ||
| 22 | export rsync_cv_can_hardlink_special=yes | 21 | export rsync_cv_can_hardlink_special=yes |
| 23 | export rsync_cv_can_hardlink_symlink=yes | 22 | export rsync_cv_can_hardlink_symlink=yes |
| 24 | } | 23 | } |
| 25 | 24 | ||
| 26 | do_configure_append () { | 25 | do_configure_append () { |
