]> code.ossystems Code Review - openembedded-core.git/commitdiff
xz: LICENSE field is wrong
authorSaul Wold <sgw@linux.intel.com>
Fri, 11 Jan 2013 23:03:54 +0000 (15:03 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jan 2013 11:54:30 +0000 (11:54 +0000)
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.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/xz/xz_5.1.2alpha.bb

index 9d68720b19d16b4a376ed5a7bd2a77d951ff77e2..93099b070ba35756472e616cc7a22c61ea42a74d 100644 (file)
@@ -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 \