mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
util-linux: upgrade to 2.28
Related patches are rebased. util-linux-ng-2.16-mount_lock_path.patch is removed because there's no _PATH_MOUNTED_LOCK in the latest codes. util-linux-native.patch is removed because 2.28 version of util-linux has taken mkostemp into consideration and provide fallback if mkostemp fails. avoid_unsupported_sleep_param.patch is removed and coreutils is added as a runtime dependency to util-linux-ptest to solve the same problem. avoid_unsupported_grep_opts.patch is removed and grep is added as a runtime dependency to util-linux-ptest to solve the sanme problem. (From OE-Core rev: fccf99d9130f3c5ce358c97c97c52cd74deef25c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1715f5ee3e01203ca1e1e0b9ee65918c
|
||||
file://libmount/COPYING;md5=fb93f01d4361069c5616327705373b16 \
|
||||
file://libblkid/COPYING;md5=fb93f01d4361069c5616327705373b16"
|
||||
|
||||
inherit autotools gettext pkgconfig systemd update-alternatives python3-dir ptest bash-completion
|
||||
inherit autotools gettext pkgconfig systemd update-alternatives python3-dir bash-completion ptest
|
||||
DEPENDS = "zlib ncurses"
|
||||
DEPENDS_append_class-native = " lzo-native"
|
||||
DEPENDS_append_class-nativesdk = " lzo-native"
|
||||
@@ -282,7 +282,7 @@ python populate_packages_prepend() {
|
||||
extra_depends='', prepend=True, allow_links=True)
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest = "bash"
|
||||
RDEPENDS_${PN}-ptest = "bash grep coreutils"
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake buildtest-TESTS
|
||||
|
||||
Reference in New Issue
Block a user