diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-08-06 11:42:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 15:14:31 -0700 |
commit | 3583814792967bfa5f0a3d7d18146e447eabe348 (patch) | |
tree | 270b65581ddf4649ded80630a2fd6851d9ce1fc9 /meta | |
parent | e9e8d56ab53e17f62c9496932a108d7255a33148 (diff) | |
download | openembedded-core-3583814792967bfa5f0a3d7d18146e447eabe348.tar.gz openembedded-core-3583814792967bfa5f0a3d7d18146e447eabe348.tar.bz2 openembedded-core-3583814792967bfa5f0a3d7d18146e447eabe348.zip |
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 4081a7fac6..874062adbe 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" |