diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/xz/xz_5.1.2alpha.bb | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/meta/recipes-extended/xz/xz_5.1.2alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb index 93099b070b..9f01e321ef 100644 --- a/meta/recipes-extended/xz/xz_5.1.2alpha.bb +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb | |||
@@ -2,7 +2,22 @@ DESCRIPTION = "utils for managing LZMA compressed files" | |||
2 | HOMEPAGE = "http://tukaani.org/xz/" | 2 | HOMEPAGE = "http://tukaani.org/xz/" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | LICENSE = "GPLv2+ & LGPLv2.1+" | 5 | # The source includes bits of PD, GPLv2, GPLv3, LGPLv2.1+, but the only file |
6 | # which is GPLv3 is an m4 macro which isn't shipped in any of our packages, | ||
7 | # and the LGPL bits are under lib/, which appears to be used for libgnu, which | ||
8 | # appears to be used for DOS builds. So we're left with GPLv2+ and PD. | ||
9 | LICENSE = "GPLv2+ & GPLv3+ & LGPLv2.1+ & PD" | ||
10 | LICENSE_${PN} = "GPLv2+" | ||
11 | LICENSE_${PN}-dev = "GPLv2+" | ||
12 | LICENSE_${PN}-staticdev = "GPLv2+" | ||
13 | LICENSE_${PN}-doc = "GPLv2+" | ||
14 | LICENSE_${PN}-dbg = "GPLv2+" | ||
15 | LICENSE_${PN}-locale = "GPLv2+" | ||
16 | LICENSE_liblzma = "PD" | ||
17 | LICENSE_liblzma-dev = "PD" | ||
18 | LICENSE_liblzma-staticdev = "PD" | ||
19 | LICENSE_liblzma-dbg = "PD" | ||
20 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \ | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \ |
7 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 22 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
8 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | 23 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ |