summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Smith <smithdm@gmail.com>2018-05-21 15:07:01 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-21 22:10:16 -0400
commit56023b07d74a321a3d6a146cf1f94bbd932be700 (patch)
treed9150aceb9f6488cca6e742c348ab111f5cb2bb3
parent331faffb64a036af13395374d19965bbc6ca94f7 (diff)
downloadmeta-virtualization-56023b07d74a321a3d6a146cf1f94bbd932be700.tar.gz
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>
-rw-r--r--recipes-containers/lxc/lxc_2.0.8.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object" 1DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object"
2SECTION = "console/utils" 2SECTION = "console/utils"
3LICENSE = "GPLv2" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5DEPENDS = "libxml2 libcap" 5DEPENDS = "libxml2 libcap"
6RDEPENDS_${PN} = " \ 6RDEPENDS_${PN} = " \