From 77690b5c7cf4202599eafda90761a0e32cb464f7 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 28 Oct 2015 14:03:36 +0800 Subject: rsync:Use usleep() for msleep() if it is available 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 --- meta/recipes-devtools/rsync/rsync.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/rsync/rsync.inc') 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 -- cgit 1.2.3-korg