summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2016-12-13 11:30:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-17 09:57:03 +0000
commit9d1403e23cae56ae81e6b802586e16680679e519 (patch)
treeadaae5baa01f89d63b40e6c899d990b5d86022eb /meta/recipes-core/util-linux
parent30390b9aa64c10e005e345825d65b97fb6cb96f8 (diff)
downloadpoky-9d1403e23cae56ae81e6b802586e16680679e519.tar.gz
util-linux: 2.28.1 -> 2.29
Upgrade util-linux from 2.28.1 to 2.29 (From OE-Core rev: a675e8219f09a92f1c9c9fccce449d0f0753a53f) (From OE-Core rev: 9277fcfa1ceafda1439a8e229e98e741f1301be9) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.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')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.29.bb (renamed from meta/recipes-core/util-linux/util-linux_2.28.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.28.1.bb b/meta/recipes-core/util-linux/util-linux_2.29.bb
index f232cb9f3c..80638bdca2 100644
--- a/meta/recipes-core/util-linux/util-linux_2.28.1.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.29.bb
@@ -1,4 +1,4 @@
1MAJOR_VERSION = "2.28" 1MAJOR_VERSION = "2.29"
2require util-linux.inc 2require util-linux.inc
3 3
4# To support older hosts, we need to patch and/or revert 4# To support older hosts, we need to patch and/or revert
@@ -16,8 +16,8 @@ SRC_URI += "file://configure-sbindir.patch \
16 file://avoid_parallel_tests.patch \ 16 file://avoid_parallel_tests.patch \
17 file://uuid-test-error-api.patch \ 17 file://uuid-test-error-api.patch \
18" 18"
19SRC_URI[md5sum] = "e2d863efaf4fd330a42c5efe9f1b02b4" 19SRC_URI[md5sum] = "07b6845f48a421ad5844aa9d58edb837"
20SRC_URI[sha256sum] = "3ece4ea4a34ef786b68f5c415e848390424232abd1ee00f7ee5bddc30657b60f" 20SRC_URI[sha256sum] = "2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7"
21 21
22CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" 22CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms"
23 23