summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorYanfei Xu <yanfei.xu@windriver.com>2020-04-14 19:13:53 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-04-14 17:07:15 -0400
commita9eba58a515445f76df1d3525f3d37fd5716b8e0 (patch)
treeb053156c0250b5e529710d3990193fd1f5b973a1 /recipes-containers
parentd5953299e28577841c1386503292a6394591bed0 (diff)
downloadmeta-virtualization-a9eba58a515445f76df1d3525f3d37fd5716b8e0.tar.gz
lxc: correct the LIC_FILES_CHKSUM and LICENSE fields
License changes from lxc3.2.1 to lxc4.0.1: 1.File COPYING is renamed to LICENSE.LGPL2.1 2.Add a new file LICENSE.GPL2 Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/lxc/lxc_4.0.1.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_4.0.1.bb b/recipes-containers/lxc/lxc_4.0.1.bb
index a3de38ef..bfe003ca 100644
--- a/recipes-containers/lxc/lxc_4.0.1.bb
+++ b/recipes-containers/lxc/lxc_4.0.1.bb
@@ -1,7 +1,10 @@
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 = "LGPLv2.1" 3LICENSE = "LGPLv2.1 & GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
5 file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
6"
7
5DEPENDS = "libxml2 libcap" 8DEPENDS = "libxml2 libcap"
6RDEPENDS_${PN} = " \ 9RDEPENDS_${PN} = " \
7 rsync \ 10 rsync \