]> code.ossystems Code Review - openembedded-core.git/commitdiff
vte: Fix LICENSE to LGPL2.0
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 6 Aug 2015 08:42:00 +0000 (11:42 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 22:14:31 +0000 (15:14 -0700)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vte/vte.inc

index 4081a7fac6ca7b9568bbc1cbf9beb4331a09bd88..874062adbe06e35b7c20a0ee4b6b116320633bac 100644 (file)
@@ -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"