diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-06-05 09:11:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-06 00:40:07 +0100 |
commit | ebc8a8834a28be78afe3f2c515c86df412af2980 (patch) | |
tree | b4a9c8c099588b89680597528092d26aff6b2b61 /meta/recipes-support | |
parent | 66a0ca52eff07b07ba58949d46d33e67463268bc (diff) | |
download | poky-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.bb | 4 |
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 @@ | |||
1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" | 1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" |
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | 2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
3 | LICENSE = "GPLv3 & LGPLv2.1+" | 3 | LICENSE = "GPLv3 & LGPLv3+ & LGPLv2.1+" |
4 | LICENSE_libvte = "LGPLv2.1+" | 4 | LICENSE_libvte = "LGPLv3+" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = " \ | 6 | LIC_FILES_CHKSUM = " \ |
7 | file://COPYING.GPL3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \ | 7 | file://COPYING.GPL3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \ |