From: Ross Burton Date: Mon, 15 Sep 2014 14:27:26 +0000 (+0100) Subject: rsync: remove trailing whitespace X-Git-Tag: 2015-4~1547 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=75d9bdd9c2942992064808baa83a8c8499daff55;p=openembedded-core.git rsync: remove trailing whitespace Signed-off-by: Ross Burton --- 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 () {