From 75d9bdd9c2942992064808baa83a8c8499daff55 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 15 Sep 2014 15:27:26 +0100 Subject: rsync: remove trailing whitespace Signed-off-by: Ross Burton --- meta/recipes-devtools/rsync/rsync_3.1.0.bb | 7 +++---- 1 file 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 () { -- cgit 1.2.3-korg