diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2016-12-13 11:30:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:56:41 +0000 |
commit | 9277fcfa1ceafda1439a8e229e98e741f1301be9 (patch) | |
tree | cb5e5ad7fba166d825c2d04880a2a2d31a2859a8 /meta | |
parent | a3aa1beed455991d5057ea59f5e210362da75eea (diff) | |
download | openembedded-core-9277fcfa1ceafda1439a8e229e98e741f1301be9.tar.gz openembedded-core-9277fcfa1ceafda1439a8e229e98e741f1301be9.tar.bz2 openembedded-core-9277fcfa1ceafda1439a8e229e98e741f1301be9.zip |
util-linux: 2.28.1 -> 2.29
Upgrade util-linux from 2.28.1 to 2.29
(From OE-Core rev: a675e8219f09a92f1c9c9fccce449d0f0753a53f)
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')
-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 @@ -MAJOR_VERSION = "2.28" +MAJOR_VERSION = "2.29" require util-linux.inc # To support older hosts, we need to patch and/or revert @@ -16,8 +16,8 @@ SRC_URI += "file://configure-sbindir.patch \ file://avoid_parallel_tests.patch \ file://uuid-test-error-api.patch \ " -SRC_URI[md5sum] = "e2d863efaf4fd330a42c5efe9f1b02b4" -SRC_URI[sha256sum] = "3ece4ea4a34ef786b68f5c415e848390424232abd1ee00f7ee5bddc30657b60f" +SRC_URI[md5sum] = "07b6845f48a421ad5844aa9d58edb837" +SRC_URI[sha256sum] = "2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7" CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" |