LXC LICENSE is LGPLv2.1 not GPLv2.

LXC is licensed under LGPLv2.1 not GPLv2. The COPYING file
referenced in the LXC recipe on all branches have the same content,
checksum  and all define LICENSE="GPLv2" rather than "LGPLv2.1".

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
David Smith 2018-05-21 15:07:01 +01:00 committed by Bruce Ashfield
parent 331faffb64
commit 56023b07d7

View File

@ -1,6 +1,6 @@
DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object" DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object"
SECTION = "console/utils" SECTION = "console/utils"
LICENSE = "GPLv2" LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "libxml2 libcap" DEPENDS = "libxml2 libcap"
RDEPENDS_${PN} = " \ RDEPENDS_${PN} = " \