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 --- .../vte/vte-0.28.2/obsolete_automake_macros.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch (limited to 'meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch') diff --git a/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch b/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch deleted file mode 100644 index 6763d37540..0000000000 --- a/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch +++ /dev/null @@ -1,14 +0,0 @@ -Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=691545] - -Signed-off-by: Marko Lindqvist -diff -Nurd vte-0.28.2/gnome-pty-helper/configure.in vte-0.28.2/gnome-pty-helper/configure.in ---- vte-0.28.2/gnome-pty-helper/configure.in 2010-07-15 20:08:44.000000000 +0300 -+++ vte-0.28.2/gnome-pty-helper/configure.in 2013-01-11 14:50:34.971027440 +0200 -@@ -8,7 +8,6 @@ - AC_ISC_POSIX - AC_PROG_CC - AC_STDC_HEADERS --AM_PROG_CC_STDC - - if test -z "$enable_maintainer_mode"; then - enable_maintainer_mode=yes -- cgit 1.2.3-korg