summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/xz/xz_5.6.2.bb (renamed from meta/recipes-extended/xz/xz_5.4.6.bb)23
1 files changed, 13 insertions, 10 deletions
diff --git a/meta/recipes-extended/xz/xz_5.4.6.bb b/meta/recipes-extended/xz/xz_5.6.2.bb
index 3f82e476bf..96fc691ef7 100644
--- a/meta/recipes-extended/xz/xz_5.4.6.bb
+++ b/meta/recipes-extended/xz/xz_5.6.2.bb
@@ -3,31 +3,32 @@ HOMEPAGE = "https://tukaani.org/xz/"
3DESCRIPTION = "XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils." 3DESCRIPTION = "XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils."
4SECTION = "base" 4SECTION = "base"
5 5
6# The source includes bits of PD, GPL-2.0, GPL-3.0, LGPL-2.1-or-later, but the 6# The source includes bits of 0BSD, GPL-2.0, GPL-3.0, LGPL-2.1-or-later, but the
7# only file which is GPL-3.0 is an m4 macro which isn't shipped in any of our 7# only file which is GPL-3.0 is an m4 macro which isn't shipped in any of our
8# packages, and the LGPL bits are under lib/, which appears to be used for 8# packages, and the LGPL bits are under lib/, which appears to be used for
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 0BSD.
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 & 0BSD"
12LICENSE:${PN} = "PD & GPL-2.0-or-later" 12LICENSE:${PN} = "0BSD & GPL-2.0-or-later"
13LICENSE:${PN}-dev = "PD & GPL-2.0-or-later" 13LICENSE:${PN}-dev = "0BSD & GPL-2.0-or-later"
14LICENSE:${PN}-staticdev = "GPL-2.0-or-later" 14LICENSE:${PN}-staticdev = "GPL-2.0-or-later"
15LICENSE:${PN}-doc = "PD & GPL-2.0-or-later" 15LICENSE:${PN}-doc = "0BSD & 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 = "0BSD"
19 19
20LIC_FILES_CHKSUM = "file://COPYING;md5=d4378ea9d5d1fc9ab0ae10d7948827d9 \ 20LIC_FILES_CHKSUM = "file://COPYING;md5=c02de712b028a5cc7e22472e8f2b3db1 \
21 file://COPYING.0BSD;md5=0672c210ce80c83444339b9aa31fee2f \
21 file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 22 file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
22 file://COPYING.GPLv3;md5=1ebbd3e34237af26da5dc08a4e440464 \ 23 file://COPYING.GPLv3;md5=1ebbd3e34237af26da5dc08a4e440464 \
23 file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \ 24 file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \
24 file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 \ 25 file://lib/getopt.c;endline=23;md5=3f33e207287bf72834f3ae8c247dfb6a \
25 " 26 "
26 27
27SRC_URI = "https://github.com/tukaani-project/xz/releases/download/v${PV}/xz-${PV}.tar.gz \ 28SRC_URI = "https://github.com/tukaani-project/xz/releases/download/v${PV}/xz-${PV}.tar.gz \
28 file://run-ptest \ 29 file://run-ptest \
29 " 30 "
30SRC_URI[sha256sum] = "aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c" 31SRC_URI[sha256sum] = "8bfd20c0e1d86f0402f2497cfa71c6ab62d4cd35fd704276e3140bfb71414519"
31UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" 32UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
32UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/" 33UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"
33 34
@@ -35,6 +36,8 @@ CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh"
35 36
36inherit autotools gettext ptest 37inherit autotools gettext ptest
37 38
39PACKAGECONFIG[landlock] = "--enable-sandbox=landlock,--enable-sandbox=no"
40
38PACKAGES =+ "liblzma" 41PACKAGES =+ "liblzma"
39 42
40FILES:liblzma = "${libdir}/liblzma*${SOLIBS}" 43FILES:liblzma = "${libdir}/liblzma*${SOLIBS}"