From 56023b07d74a321a3d6a146cf1f94bbd932be700 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 21 May 2018 15:07:01 +0100 Subject: 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 --- recipes-containers/lxc/lxc_2.0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb index c87b8756..4918d913 100644 --- a/recipes-containers/lxc/lxc_2.0.8.bb +++ b/recipes-containers/lxc/lxc_2.0.8.bb @@ -1,6 +1,6 @@ DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object" SECTION = "console/utils" -LICENSE = "GPLv2" +LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "libxml2 libcap" RDEPENDS_${PN} = " \ -- cgit v1.2.3-54-g00ecf