[oe-commits] Tomas Frydrych : clutter: Replace with 1.14.4 version

git at git.openembedded.org git at git.openembedded.org
Tue May 21 12:10:36 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 4fbae4449fbb3f5eba499418b374c12bccfb4243
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4fbae4449fbb3f5eba499418b374c12bccfb4243

Author: Tomas Frydrych <tomas at sleepfive.com>
Date:   Mon May 20 16:05:21 2013 +0100

clutter: Replace with 1.14.4 version

The package has been renamed to clutter-1.0 instead of clutter-vmajor.vminor,
keeping up with the upstream versioning policy (all 1.x packages install
clutter-1.0 pc file and headers and are backward compatible), and to simplify
dependency management (worth noting that since the 1.x development files are
not parall installable, it is not possible to use two versions of clutter 1.x
at the same time anyway).

Package configuration is provided via PACKAGECONFIG options as follows:

  'x11'  : enable X11 backend,
  'glx'  : enable GLX backend,
  'egl'  : enable EGL backend,
  'evdev': enable evdev input backend

Default configuration is 'glx'; typical configuration for embedded HW using
'native' EGL would be 'egl evdev'.

Signed-off-by: Tomas Frydrych <tomas at sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/clutter/clutter-1.0.inc      |   56 ++++++++++++++++
 .../recipes-graphics/clutter/clutter-1.0_1.14.4.bb |    7 ++
 .../{clutter => clutter-1.14}/enable_tests.patch   |   12 ++--
 meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb |   23 -------
 meta/recipes-graphics/clutter/clutter-1.8_git.bb   |   20 ------
 meta/recipes-graphics/clutter/clutter-fpu.inc      |    6 --
 meta/recipes-graphics/clutter/clutter-package.inc  |    2 -
 meta/recipes-graphics/clutter/clutter.inc          |   23 -------
 .../clutter/clutter/build-fix.patch                |   18 -----
 .../clutter/clutter/enable_tests-0.6.patch         |   42 ------------
 .../clutter/clutter/enable_tests-0.8.patch         |   52 ---------------
 .../clutter/clutter/enable_tests-1.0.patch         |   34 ----------
 .../clutter/clutter/enable_tests-1.4.patch         |   15 ----
 ...-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch |   34 ----------
 .../clutter/clutter/symconflict.patch              |   33 ----------
 .../clutter/clutter/test-conformance-fix.patch     |   68 --------------------
 .../clutter/update_gettext_macro_version.patch     |   32 ---------
 17 files changed, 70 insertions(+), 407 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=4fbae4449fbb3f5eba499418b374c12bccfb4243


More information about the Openembedded-commits mailing list