summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-09-15 15:27:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-16 22:12:30 +0100
commit75d9bdd9c2942992064808baa83a8c8499daff55 (patch)
tree919600ccba3aa7b1a97fc168e1654272aba64a37 /meta
parentd84262d34920dd827b6d7f76c01ce0787a70f649 (diff)
downloadopenembedded-core-75d9bdd9c2942992064808baa83a8c8499daff55.tar.gz
rsync: remove trailing whitespace
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 () {