summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authoraszh07 <mail2szahir@gmail.com>2025-06-16 11:16:59 +0530
committerSteve Sakoman <steve@sakoman.com>2025-06-20 08:06:30 -0700
commitc0a8db39edfee6cd2d14e30bee3cc536e1c19907 (patch)
tree753408398d9e3c16b56f9d52a691f77be0f0c7b7 /meta/recipes-extended
parent0101023c28ec35db9b73ef4e8fb29a96cf2e17db (diff)
downloadpoky-c0a8db39edfee6cd2d14e30bee3cc536e1c19907.tar.gz
xz: Update LICENSE variable for xz packages
Update LICENSE defined for xz packages to match the license information provided in the xz COPYING file. The License information from PACKAGERS file of xz mentions packages with lzma files are in public domain.They ask to use GPLv2+, if only it's not possible to mention "PD and GPLv2+". Include PD license with GPLv2 to packages with lzma content: xz-dev package contains lzma header xz-doc package contains lzma man pages xz packages contains lzma binaries Links: https://github.com/tukaani-project/xz/blob/v5.4.6/COPYING https://github.com/tukaani-project/xz/blob/v5.4.6/PACKAGERS (From OE-Core rev: d511c41dac048fbdd93a54136e93b0623a18a83d) (From OE-Core rev: a9b751f211ccfc1c8d58aba290dc8b4de5383acc) Signed-off-by: Bhabu Bindu <bindu.bhabu@kpit.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 4e5b955def5d9f305f5aba2c68b73287c03fd163) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/xz/xz_5.2.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/xz/xz_5.2.6.bb b/meta/recipes-extended/xz/xz_5.2.6.bb
index 7f889e4367..938c659008 100644
--- a/meta/recipes-extended/xz/xz_5.2.6.bb
+++ b/meta/recipes-extended/xz/xz_5.2.6.bb
@@ -9,10 +9,10 @@ SECTION = "base"
9# libgnu, which appears to be used for DOS builds. So we're left with 9# libgnu, which appears to be used for DOS builds. So we're left with
10# GPL-2.0-or-later and PD. 10# GPL-2.0-or-later and PD.
11LICENSE = "GPL-2.0-or-later & GPL-3.0-with-autoconf-exception & LGPL-2.1-or-later & PD" 11LICENSE = "GPL-2.0-or-later & GPL-3.0-with-autoconf-exception & LGPL-2.1-or-later & PD"
12LICENSE:${PN} = "GPL-2.0-or-later" 12LICENSE:${PN} = "PD & GPL-2.0-or-later"
13LICENSE:${PN}-dev = "GPL-2.0-or-later" 13LICENSE:${PN}-dev = "PD & GPL-2.0-or-later"
14LICENSE:${PN}-staticdev = "GPL-2.0-or-later" 14LICENSE:${PN}-staticdev = "GPL-2.0-or-later"
15LICENSE:${PN}-doc = "GPL-2.0-or-later" 15LICENSE:${PN}-doc = "PD & GPL-2.0-or-later"
16LICENSE:${PN}-dbg = "GPL-2.0-or-later" 16LICENSE:${PN}-dbg = "GPL-2.0-or-later"
17LICENSE:${PN}-locale = "GPL-2.0-or-later" 17LICENSE:${PN}-locale = "GPL-2.0-or-later"
18LICENSE:liblzma = "PD" 18LICENSE:liblzma = "PD"