]> code.ossystems Code Review - openembedded-core.git/commit
vte: upgrade from 0.24.3 to 0.28.2
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 3 Jan 2012 22:59:31 +0000 (14:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jan 2012 11:55:25 +0000 (11:55 +0000)
commite5def5f36619c8f78fbb82f106f1ab7aab607532
treebe13fbaafec7dad17713e455683cfff26c0d030f
parentc02b9de25b405c81da0f7bebd07423e8cee14eb7
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.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vte/vte.inc
meta/recipes-support/vte/vte/introspection.patch [new file with mode: 0644]
meta/recipes-support/vte/vte_0.24.3.bb [deleted file]
meta/recipes-support/vte/vte_0.28.2.bb [new file with mode: 0644]