[oe-commits] Ross Burton : rsync: remove trailing whitespace

git at git.openembedded.org git at git.openembedded.org
Tue Sep 16 21:16:12 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 75d9bdd9c2942992064808baa83a8c8499daff55
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=75d9bdd9c2942992064808baa83a8c8499daff55

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Sep 15 15:27:26 2014 +0100

rsync: remove trailing whitespace

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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 58ede26..a4a5c10 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 () {



More information about the Openembedded-commits mailing list