mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
30390b9aa6
commit
9d1403e23c
31
meta/recipes-core/util-linux/util-linux_2.29.bb
Normal file
31
meta/recipes-core/util-linux/util-linux_2.29.bb
Normal file
@@ -0,0 +1,31 @@
|
||||
MAJOR_VERSION = "2.29"
|
||||
require util-linux.inc
|
||||
|
||||
# To support older hosts, we need to patch and/or revert
|
||||
# some upstream changes. Only do this for native packages.
|
||||
OLDHOST = ""
|
||||
OLDHOST_class-native = "file://util-linux-native-qsort.patch"
|
||||
|
||||
SRC_URI += "file://configure-sbindir.patch \
|
||||
file://runuser.pamd \
|
||||
file://runuser-l.pamd \
|
||||
${OLDHOST} \
|
||||
file://ptest.patch \
|
||||
file://run-ptest \
|
||||
file://display_testname_for_subtest.patch \
|
||||
file://avoid_parallel_tests.patch \
|
||||
file://uuid-test-error-api.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "07b6845f48a421ad5844aa9d58edb837"
|
||||
SRC_URI[sha256sum] = "2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7"
|
||||
|
||||
CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms"
|
||||
|
||||
EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \
|
||||
--disable-fallocate \
|
||||
--disable-use-tty-group \
|
||||
"
|
||||
EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \
|
||||
--disable-fallocate \
|
||||
--disable-use-tty-group \
|
||||
"
|
||||
Reference in New Issue
Block a user