summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-06-05 09:11:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-06 00:40:07 +0100
commitebc8a8834a28be78afe3f2c515c86df412af2980 (patch)
treeb4a9c8c099588b89680597528092d26aff6b2b61 /meta/recipes-support
parent66a0ca52eff07b07ba58949d46d33e67463268bc (diff)
downloadopenembedded-core-contrib-ebc8a8834a28be78afe3f2c515c86df412af2980.tar.gz
vte: Fix the license information
Several files that are part of libvte (e.g. src/widget.cc) are licensed LGPLv3+. (From OE-Core rev: 4e3b013daaa07934f1fa81f1b26fe40fea1e3435) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/vte/vte_0.56.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vte/vte_0.56.1.bb b/meta/recipes-support/vte/vte_0.56.1.bb
index 3585e9ce57..702436b368 100644
--- a/meta/recipes-support/vte/vte_0.56.1.bb
+++ b/meta/recipes-support/vte/vte_0.56.1.bb
@@ -1,7 +1,7 @@
SUMMARY = "Virtual terminal emulator GTK+ widget library"
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
-LICENSE = "GPLv3 & LGPLv2.1+"
-LICENSE_libvte = "LGPLv2.1+"
+LICENSE = "GPLv3 & LGPLv3+ & LGPLv2.1+"
+LICENSE_libvte = "LGPLv3+"
LIC_FILES_CHKSUM = " \
file://COPYING.GPL3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \