From: Ross Burton Date: Mon, 15 Sep 2014 14:27:26 +0000 (+0100) Subject: rsync: remove trailing whitespace X-Git-Tag: yocto-4.0~27928 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75d9bdd9c2942992064808baa83a8c8499daff55;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 58ede2646ab..a4a5c102d46 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 () {