aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xz
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-01-11 15:03:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:32 +0000
commitb17b87cb4bb21c6038698667c378bfa4741a9208 (patch)
tree8f3a9d1b937f365fd9a1d8d1b0e1f2a5ed95a139 /meta/recipes-extended/xz
parent130628666633be58b37f531c6d2a8edadb2e6dfa (diff)
downloadopenembedded-core-contrib-b17b87cb4bb21c6038698667c378bfa4741a9208.tar.gz
xz: LICENSE field is wrong
xz contains a GPLv3 m4 macro which is used at build time, this does not make the installed or runtime items GPLv3, which is what the LICESNE field pertains to, therefor remove it from the LICENSE field. (From OE-Core rev: d1950aaed812dc98d0536ec819c82b7a6160b316) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/xz')
-rw-r--r--meta/recipes-extended/xz/xz_5.1.2alpha.bb2
1 files changed, 1 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 9d68720b19..93099b070b 100644
--- a/meta/recipes-extended/xz/xz_5.1.2alpha.bb
+++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "utils for managing LZMA compressed files"
HOMEPAGE = "http://tukaani.org/xz/"
SECTION = "base"
-LICENSE = "GPLv2+ & GPLv3+ & LGPLv2.1+"
+LICENSE = "GPLv2+ & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \