mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
util-linux: upgrade to 2.30
Drop uuid-test-error-api.patch as it's been fixed upstream differently:b770b48700Drop ptest for tailf, as it got deprecated and removed:70ca1a7772(From OE-Core rev: 6b69e08cf60abbc40236cc3894b9783d720a6e6d) Signed-off-by: Denys Dmytriyenko <denys@ti.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
21f93730e2
commit
953e61870e
30
meta/recipes-core/util-linux/util-linux_2.30.bb
Normal file
30
meta/recipes-core/util-linux/util-linux_2.30.bb
Normal file
@@ -0,0 +1,30 @@
|
||||
MAJOR_VERSION = "2.30"
|
||||
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] = "eaa3429150268027908a1b8ae6ee9a62"
|
||||
SRC_URI[sha256sum] = "c208a4ff6906cb7f57940aa5bc3a6eed146e50a7cc0a092f52ef2ab65057a08d"
|
||||
|
||||
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