summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync
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:14:09 +0100
commit50f8fb74ef247817b6b79af2cfcf5feb4d5e52fa (patch)
tree33e6e57d4b6fe2faf85f4f247c378124d0759f79 /meta/recipes-devtools/rsync
parented6b52c2a4eef243dba68500a79e39db3c5abe83 (diff)
downloadast2050-yocto-poky-50f8fb74ef247817b6b79af2cfcf5feb4d5e52fa.zip
ast2050-yocto-poky-50f8fb74ef247817b6b79af2cfcf5feb4d5e52fa.tar.gz
rsync: remove trailing whitespace
(From OE-Core rev: 75d9bdd9c2942992064808baa83a8c8499daff55) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync')
-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 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 () {
OpenPOWER on IntegriCloud