diff options
author | Ross Burton <ross.burton@intel.com> | 2014-09-15 15:27:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-16 22:12:30 +0100 |
commit | 75d9bdd9c2942992064808baa83a8c8499daff55 (patch) | |
tree | 919600ccba3aa7b1a97fc168e1654272aba64a37 | |
parent | d84262d34920dd827b6d7f76c01ce0787a70f649 (diff) | |
download | openembedded-core-75d9bdd9c2942992064808baa83a8c8499daff55.tar.gz openembedded-core-75d9bdd9c2942992064808baa83a8c8499daff55.tar.bz2 openembedded-core-75d9bdd9c2942992064808baa83a8c8499daff55.zip |
rsync: remove trailing whitespace
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.1.0.bb | 7 |
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 () { |