diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-03 14:59:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-04 11:56:42 +0000 |
commit | 93855361b76565bef7b8cc5b474a51b20b328464 (patch) | |
tree | 3fa3fc74fa8aabd12b5b579f316caf38f65c6ba3 /meta/recipes-support/vte/vte.inc | |
parent | f212c81c7a481d812344abbf20a727fff85175bc (diff) | |
download | poky-93855361b76565bef7b8cc5b474a51b20b328464.tar.gz |
vte: upgrade from 0.24.3 to 0.28.2
Added a patch to add introspection.m4 to avoid the following
configure error:
| src/Makefile.am:168: HAVE_INTROSPECTION does not appear in
AM_CONDITIONAL
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
NOTE: package vte-0.28.2-r0: task do_configure: Failed
This upgrade avoids configure issues with automake version 1.11.2
seen on the earlier version of vte:
| src/Makefile.am:155: `pkglibdir' is not a legitimate directory for
`PROGRAMS'
| src/Makefile.am:156: `pkglibdir' is not a legitimate directory for
`SCRIPTS'
| src/Makefile.am:178: variable `interpret_SOURCES' is defined but no
program or
| src/Makefile.am:178: library has `interpret' as canonical name
(possible typo)
| src/Makefile.am:229: variable `slowcat_SOURCES' is defined but no
program or
| src/Makefile.am:229: library has `slowcat' as canonical name (possible
typo)
| src/Makefile.am:203: variable `interpret_LDADD' is defined but no
program or
| src/Makefile.am:203: library has `interpret' as canonical name
(possible typo)
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
NOTE: package vte-0.24.3-r0: task do_configure: Failed
Did not upgrade to the latest version 0.31.0.
0.28.2 is the last version supporting gtk+ 2. Next versions have
dropped support for gtk+ 2, and they require gtk+ 3. It would be
more appropriate to move to next version after gtk+ 3 recipe is
available.
(From OE-Core rev: e5def5f36619c8f78fbb82f106f1ab7aab607532)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 6138f8ca01..54bd8ae290 100644 --- a/meta/recipes-support/vte/vte.inc +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -6,9 +6,11 @@ RDEPENDS_libvte = "vte-termcap" | |||
6 | 6 | ||
7 | inherit gnome | 7 | inherit gnome |
8 | 8 | ||
9 | EXTRA_OECONF = "--disable-gtk-doc --disable-python" | 9 | SRC_URI += "file://introspection.patch" |
10 | |||
11 | EXTRA_OECONF = "--disable-gtk-doc --disable-python --disable-introspection" | ||
10 | 12 | ||
11 | PACKAGES =+ "libvte vte-termcap" | 13 | PACKAGES =+ "libvte vte-termcap" |
12 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | 14 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |
13 | FILES_vte-dbg =+ ${libexecdir}/.debug" | 15 | FILES_vte-dbg =+ ${libexecdir}/.debug" |
14 | FILES_vte-termcap = "${datadir}/vte/termcap" | 16 | FILES_vte-termcap = "${datadir}/vte/termcap-0.0" |