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)
downloadpoky-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 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 () {
16 rm -f ${S}/configure ${S}/configure.sh 16 rm -f ${S}/configure ${S}/configure.sh
17 cp -f ${WORKDIR}/acinclude.m4 ${S}/ 17 cp -f ${WORKDIR}/acinclude.m4 ${S}/
18 18
19 # by default, if crosscompiling, rsync 19 # By default, if crosscompiling, rsync disables a number of
20 # disables a number of capabilities, hardlinking 20 # capabilities, hardlinking symlinks and special files (i.e. devices)
21 # symlinks and special files (ie devices)
22 export rsync_cv_can_hardlink_special=yes 21 export rsync_cv_can_hardlink_special=yes
23 export rsync_cv_can_hardlink_symlink=yes 22 export rsync_cv_can_hardlink_symlink=yes
24} 23}
25 24
26do_configure_append () { 25do_configure_append () {