[OE-core] [PATCH 0/5] Low-hanging updates

Marko Lindqvist cazfi74 at gmail.com
Fri May 24 07:58:35 UTC 2013


This is set of simple package updates.

HarfBuzz update drops avoid_double_version_h.patch rather
than tries to update it. The code in question has changed
so that I think original problem addressed by the patch is
no longer present, and patch instead would remove the only
remaining installation of required header (pango build was
failing when I tested with the patch still present). I
cannot be absolutely sure though, as I've never been able
to reproduce the original problem - race condition in
installing hb-version.h twice, probably in highly parallel
build - myself.


 - ML

The following changes since commit 835b64d4e9ed7b627b56a75d529f1a403c5db1a8:

  buildhistory: Sync with bitbake changes (2013-05-23 11:49:43 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib cazfi/up
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up

Marko Lindqvist (5):
  freetype: update to upstream version 2.4.12
  harfbuzz: update to upstream version 0.9.17
  gtk+: update to upstream version 2.24.18
  curl: update to upstream version 7.30.0
  zlib: update to upstream version 1.2.8

 .../remove.ldconfig.call.patch                     |    0
 .../zlib/{zlib_1.2.7.bb => zlib_1.2.8.bb}          |   11 +-
 ...utton-do-not-prelight-in-touchscreen-mode.patch |    0
 ...Duplicate-the-exec-string-returned-by-gtk.patch |    0
 .../cellrenderer-cairo.patch                       |    0
 .../configure-nm.patch                             |    0
 .../configurefix.patch                             |    0
 .../{gtk+-2.24.15 => gtk+-2.24.18}/doc-fixes.patch |    0
 .../entry-cairo.patch                              |    0
 .../hardcoded_libtool.patch                        |    0
 .../{gtk+-2.24.15 => gtk+-2.24.18}/no-demos.patch  |    0
 .../run-iconcache.patch                            |    0
 .../toggle-font.diff                               |    0
 .../{gtk+-2.24.15 => gtk+-2.24.18}/xsettings.patch |    0
 .../gtk+/{gtk+_2.24.15.bb => gtk+_2.24.18.bb}      |    6 +-
 .../freetype/freetype-2.4.11/no-hardcode.patch     |   13 --
 .../{freetype_2.4.11.bb => freetype_2.4.12.bb}     |    8 +-
 .../harfbuzz-0.9.12/avoid_double_version_h.patch   |   14 --
 .../disable_graphite.patch                         |    0
 .../{harfbuzz_0.9.12.bb => harfbuzz_0.9.17.bb}     |    5 +-
 ...inter-reference-when-closing-an-unused-mu.patch |  170 --------------------
 .../curl/{curl_7.29.0.bb => curl_7.30.0.bb}        |    7 +-
 22 files changed, 18 insertions(+), 216 deletions(-)
 rename meta/recipes-core/zlib/{zlib-1.2.7 => zlib-1.2.8}/remove.ldconfig.call.patch (100%)
 rename meta/recipes-core/zlib/{zlib_1.2.7.bb => zlib_1.2.8.bb} (73%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/cellrenderer-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/configure-nm.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/configurefix.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/doc-fixes.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/entry-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/hardcoded_libtool.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/no-demos.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/run-iconcache.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/toggle-font.diff (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.15 => gtk+-2.24.18}/xsettings.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.15.bb => gtk+_2.24.18.bb} (93%)
 delete mode 100644 meta/recipes-graphics/freetype/freetype-2.4.11/no-hardcode.patch
 rename meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} (84%)
 delete mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/avoid_double_version_h.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz-0.9.12 => harfbuzz-0.9.17}/disable_graphite.patch (100%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.12.bb => harfbuzz_0.9.17.bb} (83%)
 delete mode 100644 meta/recipes-support/curl/curl/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 rename meta/recipes-support/curl/{curl_7.29.0.bb => curl_7.30.0.bb} (89%)

-- 
1.7.10.4




More information about the Openembedded-core mailing list