diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2024-01-03 12:42:06 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-09 22:59:28 +0000 |
| commit | cf7152a4cb4c5796de79ade23f348b431a81f544 (patch) | |
| tree | 1b24056d0a44354f83ed306ed8648a871b7049b0 /meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb | |
| parent | 070aa227057e4913cf77c2465393a5a8398d5641 (diff) | |
| download | poky-cf7152a4cb4c5796de79ade23f348b431a81f544.tar.gz | |
util-linux/util-linux-libuuid: ugprade from 2.39.2 to 2.39.3
License-Update:
===============
GPL-1.0-or-later is added. fdisk.c is licensed under it.
0001-lscpu-Use-4K-buffer-size-instead-of-BUFSIZ.patch is dropped as
it's been in the new version.
(From OE-Core rev: 9a0bd46e6988b2da446f89864131639dde63c6d0)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb')
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb b/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb new file mode 100644 index 0000000000..5d759aed94 --- /dev/null +++ b/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" | ||
| 10 | LICENSE = "BSD-3-Clause" | ||
| 11 | |||
| 12 | do_install:append() { | ||
| 13 | rm -rf ${D}${datadir} ${D}${bindir} ${D}${base_bindir} ${D}${sbindir} ${D}${base_sbindir} ${D}${exec_prefix}/sbin | ||
| 14 | } | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
