diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2025-06-05 23:31:19 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-12 11:03:43 +0100 |
| commit | 08bf2e18f7ce707ed68aaf8c557f520964ef1a5a (patch) | |
| tree | 1630ae10d68223f7d8a169bf6442fbe5aac6875b | |
| parent | 894aefef661efbd869a7b6b776c72327a299deb3 (diff) | |
| download | poky-08bf2e18f7ce707ed68aaf8c557f520964ef1a5a.tar.gz | |
util-linux-libuuid: Set LIC_FILES_CHKSUM
The license information is not the same as for util-linux, so set it in
the recipe rather than expecting util-linux.inc to set it.
License-Update: See above
(From OE-Core rev: 1942b97cdf04d260ed7e873ac24f935b9003e752)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb | 6 |
1 files changed, 4 insertions, 2 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 index ec04c1d384..ad0bfa1d12 100644 --- a/meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb +++ b/meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | require util-linux.inc | 4 | require util-linux.inc |
| 5 | 5 | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://libuuid/COPYING;md5=6d2cafc999feb2c2de84d4d24b23290c \ | ||
| 8 | file://Documentation/licenses/COPYING.BSD-3-Clause;md5=58dcd8452651fc8b07d1f65ce07ca8af" | ||
| 9 | |||
| 6 | inherit autotools gettext pkgconfig | 10 | inherit autotools gettext pkgconfig |
| 7 | 11 | ||
| 8 | S = "${WORKDIR}/util-linux-${PV}" | 12 | S = "${WORKDIR}/util-linux-${PV}" |
| @@ -10,8 +14,6 @@ S = "${WORKDIR}/util-linux-${PV}" | |||
| 10 | EXTRA_AUTORECONF += "--exclude=gtkdocize" | 14 | EXTRA_AUTORECONF += "--exclude=gtkdocize" |
| 11 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" | 15 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" |
| 12 | 16 | ||
| 13 | LICENSE = "BSD-3-Clause" | ||
| 14 | |||
| 15 | do_install:append() { | 17 | do_install:append() { |
| 16 | rm -rf ${D}${datadir} ${D}${bindir} ${D}${base_bindir} ${D}${sbindir} ${D}${base_sbindir} ${D}${exec_prefix}/sbin | 18 | rm -rf ${D}${datadir} ${D}${bindir} ${D}${base_bindir} ${D}${sbindir} ${D}${base_sbindir} ${D}${exec_prefix}/sbin |
| 17 | } | 19 | } |
