summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux/avoid_unsupported_sleep_param.patch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-06-15 14:25:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-01 16:22:42 +0100
commit73dcfb6f1068acce0fcf05866c398a82fcba4b66 (patch)
tree242a85496e2eeb0782ed131ff32680ac85f0b1cb /meta/recipes-core/util-linux/util-linux/avoid_unsupported_sleep_param.patch
parent52adfed684d111e91eadaae2ffdfaf90011449a0 (diff)
downloadpoky-73dcfb6f1068acce0fcf05866c398a82fcba4b66.tar.gz
util-linux: upgrade to 2.28
Related patches are rebased. util-linux-ng-2.16-mount_lock_path.patch is removed because there's no _PATH_MOUNTED_LOCK in the latest codes. util-linux-native.patch is removed because 2.28 version of util-linux has taken mkostemp into consideration and provide fallback if mkostemp fails. avoid_unsupported_sleep_param.patch is removed and coreutils is added as a runtime dependency to util-linux-ptest to solve the same problem. avoid_unsupported_grep_opts.patch is removed and grep is added as a runtime dependency to util-linux-ptest to solve the sanme problem. (From OE-Core rev: fccf99d9130f3c5ce358c97c97c52cd74deef25c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux/avoid_unsupported_sleep_param.patch')
-rw-r--r--meta/recipes-core/util-linux/util-linux/avoid_unsupported_sleep_param.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/avoid_unsupported_sleep_param.patch b/meta/recipes-core/util-linux/util-linux/avoid_unsupported_sleep_param.patch
deleted file mode 100644
index 7a63a4e05d..0000000000
--- a/meta/recipes-core/util-linux/util-linux/avoid_unsupported_sleep_param.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1Avoid unsupported sleep parameter
2
3Signed-off-by: Tudor Florea <tudor.florea@enea.com>
4Upstream-Status: Pending
5
6diff -ruN a/simple b/simple
7--- a/tests/ts/tailf/simple 2015-11-12 11:34:49.971817130 +0200
8+++ b/tests/ts/tailf/simple 2013-11-12 11:34:37.876325128 +0200
9@@ -27,9 +27,9 @@
10
11 $TS_CMD_TAILF $INPUT > $TS_OUTPUT 2>&1 &
12
13-sleep 0.5
14+sleep 1
15 echo {0..9} >> $INPUT
16-sleep 0.5
17+sleep 1
18
19 rm -f $INPUT
20