summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-04-26 15:19:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 18:05:23 +0100
commitee0188f1e0bdb65bf2dd0e68c1bd4a51f32a4da8 (patch)
treed01bb29ac5e96870563c238d540f1392f1a03966 /meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch
parent5b076f945a0d563dcc9c60e893d58eb0bf39a8e4 (diff)
downloadpoky-ee0188f1e0bdb65bf2dd0e68c1bd4a51f32a4da8.tar.gz
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" (From OE-Core rev: dc21182ada418cf3917ae8319494d219462c5bfd) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch14
1 files changed, 0 insertions, 14 deletions
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 @@
1Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=691545]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd vte-0.28.2/gnome-pty-helper/configure.in vte-0.28.2/gnome-pty-helper/configure.in
5--- vte-0.28.2/gnome-pty-helper/configure.in 2010-07-15 20:08:44.000000000 +0300
6+++ vte-0.28.2/gnome-pty-helper/configure.in 2013-01-11 14:50:34.971027440 +0200
7@@ -8,7 +8,6 @@
8 AC_ISC_POSIX
9 AC_PROG_CC
10 AC_STDC_HEADERS
11-AM_PROG_CC_STDC
12
13 if test -z "$enable_maintainer_mode"; then
14 enable_maintainer_mode=yes