From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: fcooper@ti.com
Subject: [PATCH 0/4] PR bumps for missing libz.la, resent gdb python support with fix
Date: Mon, 13 Feb 2012 16:40:35 +0100 [thread overview]
Message-ID: <cover.1329147583.git.Martin.Jansa@gmail.com> (raw)
The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1:
guile: fix cross configure failure (2012-02-10 13:38:16 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/pull
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull
Eric BENARD (1):
gdb-cross-canadian: build gdb with python support
Martin Jansa (3):
gdb-cross-canadian: use NATIVESDK paths as it happens to be here
zlib: remove ldconfig call from install-libs
recipes: bump PR to rebuild .la files without libz.la
meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb | 2 +-
meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb | 2 +-
meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb | 2 +-
.../telepathy/libtelepathy_0.3.3.bb | 2 +-
.../telepathy/telepathy-glib_0.17.4.bb | 2 +-
.../telepathy/telepathy-mission-control_5.10.1.bb | 2 +-
meta/recipes-core/eggdbus/eggdbus_0.6.bb | 2 +-
meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb | 2 +-
.../glib-networking/glib-networking_2.28.7.bb | 2 +-
meta/recipes-core/libxml/libxml2_2.7.8.bb | 2 +-
.../zlib/zlib-1.2.6/remove.ldconfig.call.patch | 20 +++++++++++++++
meta/recipes-core/zlib/zlib_1.2.6.bb | 3 ++
meta/recipes-devtools/binutils/binutils_2.22.bb | 2 +-
meta/recipes-devtools/file/file_5.10.bb | 2 +-
meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 26 +++++++++++++++++++-
meta/recipes-devtools/python/python-gst_0.10.22.bb | 2 +-
.../python/python-pygobject_2.27.91.bb | 2 +-
meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 +-
.../subversion/subversion_1.7.2.bb | 2 +
meta/recipes-extended/cracklib/cracklib_2.8.18.bb | 2 +-
meta/recipes-extended/pam/libpam_1.1.5.bb | 2 +-
meta/recipes-extended/polkit/polkit_0.104.bb | 2 +-
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb | 2 +-
meta/recipes-gnome/gnome/gconf_3.2.3.bb | 2 +-
meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 2 +-
meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 +
meta/recipes-gnome/gtk+/gtk+_2.24.8.bb | 2 +-
meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 2 +-
meta/recipes-gnome/json-glib/json-glib_0.14.2.bb | 2 +
meta/recipes-gnome/libglade/libglade_2.6.4.bb | 2 +-
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 2 +-
meta/recipes-gnome/libunique/libunique_1.1.6.bb | 2 +-
meta/recipes-graphics/cairo/cairo_1.10.2.bb | 2 +-
.../libmatchbox/libmatchbox_1.9.bb | 2 +-
.../menu-cache/menu-cache_0.3.2.bb | 2 +-
meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb | 2 +-
meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb | 2 +-
.../gstreamer/gst-plugins-bad_0.10.22.bb | 2 +-
.../gstreamer/gst-plugins-base_0.10.35.bb | 2 +-
.../gstreamer/gst-plugins-good_0.10.30.bb | 2 +-
.../gstreamer/gst-plugins-ugly_0.10.18.bb | 2 +-
.../gstreamer/gstreamer_0.10.35.bb | 2 +-
.../libid3tag/libid3tag_0.15.1b.bb | 2 +-
meta/recipes-multimedia/libpng/libpng_1.2.46.bb | 2 +-
meta/recipes-multimedia/libtiff/tiff_3.9.5.bb | 2 +-
meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb | 2 +-
meta/recipes-sato/eds/eds-dbus_git.bb | 2 +-
.../gtk-engines/gtk-sato-engine_git.bb | 2 +-
.../matchbox-keyboard/matchbox-keyboard_git.bb | 2 +-
.../matchbox-panel-2/matchbox-panel-2_git.bb | 2 +-
.../recipes-sato/owl-video-widget/libowl-av_git.bb | 2 +-
.../sato-screenshot/sato-screenshot_git.bb | 2 +-
meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 +-
meta/recipes-support/curl/curl_7.23.1.bb | 2 +-
meta/recipes-support/gnutls/gnutls_2.12.16.bb | 2 +-
meta/recipes-support/libcroco/libcroco_0.6.3.bb | 2 +-
meta/recipes-support/libfm/libfm_0.1.17.bb | 2 +-
meta/recipes-support/libsoup/libsoup_2.2.105.bb | 2 +-
meta/recipes-support/libxslt/libxslt_1.1.26.bb | 2 +-
meta/recipes-support/neon/neon_0.29.6.bb | 2 +-
meta/recipes-support/vte/vte_0.28.2.bb | 2 +-
61 files changed, 109 insertions(+), 56 deletions(-)
create mode 100644 meta/recipes-core/zlib/zlib-1.2.6/remove.ldconfig.call.patch
--
1.7.8.4
next reply other threads:[~2012-02-13 15:48 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-13 15:40 Martin Jansa [this message]
2012-02-13 15:40 ` [PATCH 1/4] gdb-cross-canadian: build gdb with python support Martin Jansa
2012-02-13 15:40 ` [PATCH 2/4] gdb-cross-canadian: use NATIVESDK paths as it happens to be here Martin Jansa
2012-02-13 16:11 ` [PATCH] gdb-cross-canadian: bump PR Martin Jansa
2012-02-17 22:36 ` [PATCH 2/4] gdb-cross-canadian: use NATIVESDK paths as it happens to be here Saul Wold
2012-02-18 11:56 ` Martin Jansa
2012-02-18 14:01 ` Richard Purdie
2012-02-23 8:16 ` Martin Jansa
2012-02-23 10:27 ` Richard Purdie
2012-02-25 0:05 ` Martin Jansa
2012-02-25 1:02 ` Richard Purdie
2012-02-25 13:12 ` Martin Jansa
2012-02-25 15:42 ` Richard Purdie
2012-02-13 15:40 ` [PATCH 3/4] zlib: remove ldconfig call from install-libs Martin Jansa
2012-02-13 15:40 ` [PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la Martin Jansa
2012-02-21 19:00 ` Steve Sakoman
2012-02-21 19:25 ` Steve Sakoman
2012-02-21 21:07 ` Khem Raj
2012-02-21 21:16 ` Steve Sakoman
2012-02-21 21:33 ` Phil Blundell
2012-02-21 21:39 ` Steve Sakoman
2012-02-21 21:45 ` Phil Blundell
2012-02-21 21:44 ` Paul Eggleton
2012-02-21 22:01 ` Steve Sakoman
2012-02-21 17:07 ` [PATCH 0/4] PR bumps for missing libz.la, resent gdb python support with fix Saul Wold
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.1329147583.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=fcooper@ti.com \
--cc=openembedded-core@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.