diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2025-05-27 16:27:48 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-29 15:14:37 +0100 |
| commit | e67506ffa2f0683a26e6782849bbfb42d582ad36 (patch) | |
| tree | 558b860bb2e943004ff4ff30afbeca909d511512 /meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb | |
| parent | f31587588bd2a81fd31d2ab9fa6c61e238f5533b (diff) | |
| download | poky-e67506ffa2f0683a26e6782849bbfb42d582ad36.tar.gz | |
util-linux/util-linux-libuuid: upgrade from 2.40.4 to 2.41
License-Update: add EUPL-1.2.
See https://github.com/util-linux/util-linux/commit/74f3265b9a079f9f60ad6e606d77deae0029a43a
0001-tests-ts-kill-decode-avoid-using-shell-built-in-kill.patch is
a backported patch to fix kill/decode test case.
0001-lsfd-mkfds-foreign-sockets-skip-when-lacking-sock_di.patch is
used to fix testcase failure of lsfd/mkfds-foreign-sockets.
The su tests (su/environ for now) are removed when 'pam' is not in
PACKAGECONFIG. This is because su is not enabled in such case.
lsfd/option-inet is removed out of the excluded list because upstream
has fixed the issue:
https://github.com/util-linux/util-linux/commit/eaa3870880aaa8d3d6b1aa8ea6bb19a717708b8e
(From OE-Core rev: ed76e5fbec0f1926c14aedbb03ca1421c3920355)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb')
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb b/meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb new file mode 100644 index 0000000000..ec04c1d384 --- /dev/null +++ b/meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # To allow util-linux to optionally build-depend on cryptsetup, libuuid is | ||
| 2 | # split out of the main recipe, as it's needed by cryptsetup | ||
| 3 | |||
| 4 | require util-linux.inc | ||
| 5 | |||
| 6 | inherit autotools gettext pkgconfig | ||
| 7 | |||
| 8 | S = "${WORKDIR}/util-linux-${PV}" | ||
| 9 | |||
| 10 | EXTRA_AUTORECONF += "--exclude=gtkdocize" | ||
| 11 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" | ||
| 12 | |||
| 13 | LICENSE = "BSD-3-Clause" | ||
| 14 | |||
| 15 | do_install:append() { | ||
| 16 | rm -rf ${D}${datadir} ${D}${bindir} ${D}${base_bindir} ${D}${sbindir} ${D}${base_sbindir} ${D}${exec_prefix}/sbin | ||
| 17 | } | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
