mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
util-linux: upgrade 2.32 -> 2.32.1
(From OE-Core rev: 711f867b1d036aba04e839e955e0fa9d81d3c794) (From OE-Core rev: a925096c62b2034c824bfdf68631e037809b6a30) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Bug fix update] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
30
meta/recipes-core/util-linux/util-linux_2.32.1.bb
Normal file
30
meta/recipes-core/util-linux/util-linux_2.32.1.bb
Normal file
@@ -0,0 +1,30 @@
|
||||
MAJOR_VERSION = "2.32"
|
||||
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 \
|
||||
"
|
||||
SRC_URI[md5sum] = "9e5b1b8c1dc99455bdb6b462cf9436d9"
|
||||
SRC_URI[sha256sum] = "86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2"
|
||||
|
||||
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