summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.1.0.bb7
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 () {
rm -f ${S}/configure ${S}/configure.sh
cp -f ${WORKDIR}/acinclude.m4 ${S}/
- # by default, if crosscompiling, rsync
- # disables a number of capabilities, hardlinking
- # symlinks and special files (ie devices)
+ # By default, if crosscompiling, rsync disables a number of
+ # capabilities, hardlinking symlinks and special files (i.e. devices)
export rsync_cv_can_hardlink_special=yes
- export rsync_cv_can_hardlink_symlink=yes
+ export rsync_cv_can_hardlink_symlink=yes
}
do_configure_append () {