From dc21182ada418cf3917ae8319494d219462c5bfd Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 26 Apr 2016 15:19:48 +0300 Subject: vte: Upgrade to 0.44.1 * License change LGPL 2.0 -> LGPL 2.1+ * vte-termcap is no more * API break: current version seems to be parallel installable with old one, but I did not opt for that. * Add patch to avoid stack protection by default * Use libtool-cross: libtool adds "-nostdlib" when g++ is used, and this leads to a link failure on PIE builds: "undefined reference to __init_array_start". libtool-cross has a hack to avoid "-nostdlib" Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- meta/recipes-support/vte/vte.inc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta/recipes-support/vte/vte.inc (limited to 'meta/recipes-support/vte/vte.inc') diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc deleted file mode 100644 index 8565cc2ad6..0000000000 --- a/meta/recipes-support/vte/vte.inc +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Virtual terminal emulator GTK+ widget library" -BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" -LICENSE = "LGPLv2.0" -DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" -RDEPENDS_libvte = "vte-termcap" - -inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection -ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" - -EXTRA_OECONF = "--disable-python" - -PACKAGES =+ "libvte vte-termcap" -FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" -FILES_vte-termcap = "${datadir}/vte/termcap-0.0" - -- cgit 1.2.3-korg