]> code.ossystems Code Review - openembedded-core.git/commit
cairo: upgrade from 1.8.10 to 1.10.0
authorYu Ke <ke.yu@intel.com>
Sat, 20 Nov 2010 07:56:04 +0000 (15:56 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 22 Nov 2010 18:33:08 +0000 (10:33 -0800)
commite9d144f77e15f705292ca31dc184a56d00878dcc
tree42a535350c6f672c0dd1e9b743c62385827b580e
parent89ab1ace5db6db12f012fa8520b3d25834af66aa
cairo: upgrade from 1.8.10 to 1.10.0

several chagnes are made:

- hardcoded_libtool.patch is removed, because the code (dolt logic) it
  applys to have been removed. dolt is originally introduced to
  accelerate libtool, it is later removed by commit 9de25a0297c due to
  libtool is fast enough. so this patch can be removed too.

- explicitly specify the package name as libcairo2. In 1.8.10, the debian
  rename hook (meta/classes/debian.bbclass:debian_package_name_hook )
  will automatically rename the package to libcairo2. When upgrade to
  1.10.0, the name changes to cairo, because the package contains not
  only library, but also bin executable. This name change will cause
  dependency  failure to thos package which depends on libcairo-1.8.10.
  so it is necessary to keep name as libcairo2 by explicitly specifing.

- specify extra package: libcairo-gobject2, libcairo-script-interpreter2
  and cairo-perf-utils. it is newly added in 1.10.0. The name schema is
  from Debian.

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch [deleted file]
meta/recipes-graphics/cairo/cairo_1.10.0.bb [new file with mode: 0644]
meta/recipes-graphics/cairo/cairo_1.8.10.bb [deleted file]