aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/rsync.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-10-28 14:03:36 +0800
committerChen Qi <Qi.Chen@windriver.com>2015-10-28 14:20:22 +0800
commit77690b5c7cf4202599eafda90761a0e32cb464f7 (patch)
tree612785d8146f05e1448a5217d2e40589aac3089d /meta/recipes-devtools/rsync/rsync.inc
parentf787b688f2884ce3fa888b4041030538c7d2bf55 (diff)
downloadopenembedded-core-contrib-ChenQi/rsync-usleep.tar.gz
rsync:Use usleep() for msleep() if it is availableChenQi/rsync-usleep
Use usleep() for msleep() if it is available. Upstreamlink:https://git.samba.org/?p=rsync.git;a= commitdiff;h=5546dab32970955e77ef7a5886bcd8fb765a25bf Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync.inc')
-rw-r--r--meta/recipes-devtools/rsync/rsync.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync.inc b/meta/recipes-devtools/rsync/rsync.inc
index c65f270312..b250367643 100644
--- a/meta/recipes-devtools/rsync/rsync.inc
+++ b/meta/recipes-devtools/rsync/rsync.inc
@@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "popt"
SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
- file://rsyncd.conf"
+ file://rsyncd.conf \
+ file://0001-rsync-use-usleep-for-msleep-when-possible.patch"
inherit autotools