[oe-commits] Jussi Kukkonen : vte: Fix LICENSE to LGPL2.0

git at git.openembedded.org git at git.openembedded.org
Fri Aug 7 03:50:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 56860a489d00c0e66c091b48ba43e06396198b9b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=56860a489d00c0e66c091b48ba43e06396198b9b

Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
Date:   Thu Aug  6 11:42:00 2015 +0300

vte: Fix LICENSE to LGPL2.0

Current releases of vte are LGPL 2.1+ but the one we have is still
LGPL 2.0.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/vte/vte.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
index 4081a7f..874062a 100644
--- a/meta/recipes-support/vte/vte.inc
+++ b/meta/recipes-support/vte/vte.inc
@@ -1,6 +1,6 @@
 SUMMARY = "Virtual terminal emulator GTK+ widget library"
 BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
-LICENSE = "LGPLv2.1+"
+LICENSE = "LGPLv2.0"
 DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
 RDEPENDS_libvte = "vte-termcap"
 



More information about the Openembedded-commits mailing list