summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xz/xz_5.2.5.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-extended/xz/xz_5.2.5.bb
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/xz/xz_5.2.5.bb')
-rw-r--r--meta/recipes-extended/xz/xz_5.2.5.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-extended/xz/xz_5.2.5.bb b/meta/recipes-extended/xz/xz_5.2.5.bb
index f5f5c318fd..8021ebd9bc 100644
--- a/meta/recipes-extended/xz/xz_5.2.5.bb
+++ b/meta/recipes-extended/xz/xz_5.2.5.bb
@@ -8,13 +8,13 @@ SECTION = "base"
8# and the LGPL bits are under lib/, which appears to be used for libgnu, which 8# and the LGPL bits are under lib/, which appears to be used for libgnu, which
9# appears to be used for DOS builds. So we're left with GPLv2+ and PD. 9# appears to be used for DOS builds. So we're left with GPLv2+ and PD.
10LICENSE = "GPLv2+ & GPL-3.0-with-autoconf-exception & LGPLv2.1+ & PD" 10LICENSE = "GPLv2+ & GPL-3.0-with-autoconf-exception & LGPLv2.1+ & PD"
11LICENSE_${PN} = "GPLv2+" 11LICENSE:${PN} = "GPLv2+"
12LICENSE_${PN}-dev = "GPLv2+" 12LICENSE:${PN}-dev = "GPLv2+"
13LICENSE_${PN}-staticdev = "GPLv2+" 13LICENSE:${PN}-staticdev = "GPLv2+"
14LICENSE_${PN}-doc = "GPLv2+" 14LICENSE:${PN}-doc = "GPLv2+"
15LICENSE_${PN}-dbg = "GPLv2+" 15LICENSE:${PN}-dbg = "GPLv2+"
16LICENSE_${PN}-locale = "GPLv2+" 16LICENSE:${PN}-locale = "GPLv2+"
17LICENSE_liblzma = "PD" 17LICENSE:liblzma = "PD"
18 18
19LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \ 19LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \
20 file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 20 file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
@@ -34,11 +34,11 @@ inherit autotools gettext
34 34
35PACKAGES =+ "liblzma" 35PACKAGES =+ "liblzma"
36 36
37FILES_liblzma = "${libdir}/liblzma*${SOLIBS}" 37FILES:liblzma = "${libdir}/liblzma*${SOLIBS}"
38 38
39inherit update-alternatives 39inherit update-alternatives
40ALTERNATIVE_PRIORITY = "100" 40ALTERNATIVE_PRIORITY = "100"
41ALTERNATIVE_${PN} = "xz xzcat unxz \ 41ALTERNATIVE:${PN} = "xz xzcat unxz \
42 lzma lzcat unlzma" 42 lzma lzcat unlzma"
43 43
44BBCLASSEXTEND = "native nativesdk" 44BBCLASSEXTEND = "native nativesdk"