diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-04-26 15:19:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:23 +0100 |
commit | ee0188f1e0bdb65bf2dd0e68c1bd4a51f32a4da8 (patch) | |
tree | d01bb29ac5e96870563c238d540f1392f1a03966 /meta/recipes-support/vte/vte.inc | |
parent | 5b076f945a0d563dcc9c60e893d58eb0bf39a8e4 (diff) | |
download | poky-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.inc')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ | |||
1 | SUMMARY = "Virtual terminal emulator GTK+ widget library" | ||
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | ||
3 | LICENSE = "LGPLv2.0" | ||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" | ||
5 | RDEPENDS_libvte = "vte-termcap" | ||
6 | |||
7 | inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection | ||
8 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
9 | |||
10 | EXTRA_OECONF = "--disable-python" | ||
11 | |||
12 | PACKAGES =+ "libvte vte-termcap" | ||
13 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | ||
14 | FILES_vte-termcap = "${datadir}/vte/termcap-0.0" | ||
15 | |||