summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-08-06 11:42:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-10 12:40:25 -0700
commitd70a3db3dd0f65bc66e95bb41498e0acb349a581 (patch)
treebc19f807d8e45c0d5b1b84b22aa1bab71feaf1f5 /meta/recipes-support/vte
parentacc0af6ac58e855e95ed5fd1d02a18bcaad0bb6b (diff)
downloadpoky-d70a3db3dd0f65bc66e95bb41498e0acb349a581.tar.gz
vte: Fix LICENSE to LGPL2.0
Current releases of vte are LGPL 2.1+ but the one we have is still LGPL 2.0. (From OE-Core rev: 3583814792967bfa5f0a3d7d18146e447eabe348) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r--meta/recipes-support/vte/vte.inc2
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 @@
1SUMMARY = "Virtual terminal emulator GTK+ widget library" 1SUMMARY = "Virtual terminal emulator GTK+ widget library"
2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" 2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
3LICENSE = "LGPLv2.1+" 3LICENSE = "LGPLv2.0"
4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" 4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
5RDEPENDS_libvte = "vte-termcap" 5RDEPENDS_libvte = "vte-termcap"
6 6