All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 0/6] Glib related changes
Date: Fri, 30 Sep 2011 17:50:59 +0200	[thread overview]
Message-ID: <cover.1317397769.git.Martin.Jansa@gmail.com> (raw)

We were using 2.29.3+git% from meta-oe and after upgrade to 2.30.0 I was hit
by few G_CONST_RETURN and other issues due to newer glib. Here is what I have
now to build shr images OK again, but probably there is more recipes which need
upgrade/fix to cope with glib-2.30.0.

Someone who cares about gnome should continue from this, but IMHO this is good start :).

See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-September/010447.html
to check if glib was already included in oe-core

The following changes since commit 6786f3118988e625b7ad8d7758c94e302789693f:

  tcp-wrappers: Use the recipe from oe-core (2011-09-27 17:40:02 -0700)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/glib
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/glib

Martin Jansa (6):
  glib-2.0: drop 2.29.3+git from meta-oe, there should be 2.30.0 in
    oe-core
  pango: upgrade to 1.29.4
  poppler-data: upgrade from 0.4.0 to 0.4.5
  poppler: upgrade from 0.12.3 to 0.18.0
  python-cython: upgrade to 0.15.1 because 0.13 doesn't work with
    python-2.7.2
  gdbus-binding-tool: drop from meta-oe, superseeded by glib-2.30.0
    where it's included

 meta-oe/recipes-core/glib-2.0/glib-2.0.inc         |    6 -
 ...003-gatomic-proper-pointer-get-cast.patch.patch |   28 --
 .../0005-glib-mkenums-interpreter.patch.patch      |   25 -
 .../60_wait-longer-for-threads-to-die.patch        |   33 --
 .../glib-2.0/glib-2.0/configure-libtool.patch      |   38 --
 .../glib-2.0/glib-2.0/g_once_init_enter.patch      |   24 -
 .../glib-2.0/glib-2.0/glib-gettextize-dir.patch    |   24 -
 .../recipes-core/glib-2.0/glib-2.0/no-iconv.patch  |  104 -----
 .../glib-2.0/remove.test.for.qsort_r.patch         |   54 ---
 meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb      |   32 --
 meta-oe/recipes-core/glib-2.0/glib.inc             |   38 --
 .../gdbus-binding-tool/gdbus-binding-tool/COPYING  |  482 --------------------
 .../gdbus-binding-tool/gdbus-binding-tool_git.bb   |   37 --
 ...thon-cython_0.13.bb => python-cython_0.15.1.bb} |    6 +-
 .../pango/pango-1.28.3/no-tests.patch              |   10 -
 .../pango/pango-1.29.4/no-tests.patch              |   11 +
 meta-oe/recipes-graphics/pango/pango_1.28.3.bb     |    9 -
 meta-oe/recipes-graphics/pango/pango_1.29.4.bb     |    9 +
 ...poppler-data_0.4.0.bb => poppler-data_0.4.5.bb} |    6 +-
 meta-oe/recipes-support/poppler/poppler_0.12.3.bb  |   10 -
 meta-oe/recipes-support/poppler/poppler_0.18.0.bb  |   10 +
 21 files changed, 34 insertions(+), 962 deletions(-)
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0.inc
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/0003-gatomic-proper-pointer-get-cast.patch.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/no-iconv.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/remove.test.for.qsort_r.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glib.inc
 delete mode 100644 meta-oe/recipes-devtools/gdbus-binding-tool/gdbus-binding-tool/COPYING
 delete mode 100644 meta-oe/recipes-devtools/gdbus-binding-tool/gdbus-binding-tool_git.bb
 rename meta-oe/recipes-devtools/python/{python-cython_0.13.bb => python-cython_0.15.1.bb} (73%)
 delete mode 100644 meta-oe/recipes-graphics/pango/pango-1.28.3/no-tests.patch
 create mode 100644 meta-oe/recipes-graphics/pango/pango-1.29.4/no-tests.patch
 delete mode 100644 meta-oe/recipes-graphics/pango/pango_1.28.3.bb
 create mode 100644 meta-oe/recipes-graphics/pango/pango_1.29.4.bb
 rename meta-oe/recipes-support/poppler/{poppler-data_0.4.0.bb => poppler-data_0.4.5.bb} (77%)
 delete mode 100644 meta-oe/recipes-support/poppler/poppler_0.12.3.bb
 create mode 100644 meta-oe/recipes-support/poppler/poppler_0.18.0.bb

-- 
1.7.6.1




             reply	other threads:[~2011-09-30 15:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30 15:50 Martin Jansa [this message]
2011-09-30 15:52 ` [meta-oe][PATCH 1/6] glib-2.0: drop 2.29.3+git from meta-oe, there should be 2.30.0 in oe-core Martin Jansa
2011-09-30 15:52 ` [meta-oe][PATCH 2/6] pango: upgrade to 1.29.4 Martin Jansa
2011-09-30 15:52 ` [meta-oe][PATCH 3/6] poppler-data: upgrade from 0.4.0 to 0.4.5 Martin Jansa
2011-09-30 15:52 ` [meta-oe][PATCH 4/6] poppler: upgrade from 0.12.3 to 0.18.0 Martin Jansa
2011-09-30 15:52 ` [meta-oe][PATCH 5/6] python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2 Martin Jansa
2011-09-30 15:52 ` [meta-oe][PATCH 6/6] gdbus-binding-tool: drop from meta-oe, superseeded by glib-2.30.0 where it's included Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1317397769.git.Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.