From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] Various misc fixes/cleanups
Date: Sun, 25 Sep 2011 16:56:58 +0100 [thread overview]
Message-ID: <cover.1316963134.git.richard.purdie@linuxfoundation.org> (raw)
I've placed various misc fixes/cleanups into the git repository at:
git://git.openembedded.org/openembedded-core-contrib rpurdie/master
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/master
Richard Purdie (9):
gnome-desktop: Ensure we're deterministic about startup-notification
dependency
gtk+: Explicitly disable xinerama since we don't have it as a DEPENDS
cairo: Disable bfd symbol loopup since we don't list it in DEPENDS
libsndfile1: Disable external codec librbaries since we don't list in
DEPENDS
neon: Add libproxy to DEPENDS to ensure determinstic builds
libtool: Fix an issue where unnecessary rpaths were being injected
autotools.bbclass: Set the dynamic linker search path for libtool
correctly
base.bbclass: Drop legacy code that is no longer useful/used
sstate: No need to spew out a debug message per file, summarise
instead
meta/classes/autotools.bbclass | 2 +
meta/classes/base.bbclass | 30 ---------
meta/classes/native.bbclass | 3 +
meta/classes/sstate.bbclass | 7 +-
meta/recipes-devtools/libtool/libtool-cross_2.4.bb | 2 +-
.../recipes-devtools/libtool/libtool-native_2.4.bb | 2 +-
.../libtool/libtool-nativesdk_2.4.bb | 2 +-
meta/recipes-devtools/libtool/libtool.inc | 3 +-
meta/recipes-devtools/libtool/libtool/1 | 55 +++++++++++++++++
.../libtool/libtool/fix-rpath.patch | 63 ++++++++++++++++++++
meta/recipes-devtools/libtool/libtool_2.4.bb | 2 +-
meta/recipes-gnome/gnome/gnome-desktop.inc | 4 +-
meta/recipes-gnome/gtk+/gtk+_2.22.1.bb | 4 +-
meta/recipes-graphics/cairo/cairo.inc | 3 +
meta/recipes-graphics/cairo/cairo_1.10.2.bb | 2 +-
.../libsndfile/libsndfile1_1.0.24.bb | 4 +-
meta/recipes-support/neon/neon_0.29.5.bb | 4 +-
17 files changed, 146 insertions(+), 46 deletions(-)
create mode 100644 meta/recipes-devtools/libtool/libtool/1
create mode 100644 meta/recipes-devtools/libtool/libtool/fix-rpath.patch
--
1.7.5.4
next reply other threads:[~2011-09-25 16:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-25 15:56 Richard Purdie [this message]
2011-09-25 15:56 ` [PATCH 1/9] gnome-desktop: Ensure we're deterministic about startup-notification dependency Richard Purdie
2011-09-25 15:56 ` [PATCH 2/9] gtk+: Explicitly disable xinerama since we don't have it as a DEPENDS Richard Purdie
2011-09-25 15:56 ` [PATCH 3/9] cairo: Disable bfd symbol loopup since we don't list it in DEPENDS Richard Purdie
2011-09-25 15:56 ` [PATCH 4/9] libsndfile1: Disable external codec librbaries since we don't list " Richard Purdie
2011-09-25 15:56 ` [PATCH 5/9] neon: Add libproxy to DEPENDS to ensure determinstic builds Richard Purdie
2011-09-25 15:56 ` [PATCH 6/9] libtool: Fix an issue where unnecessary rpaths were being injected Richard Purdie
2011-09-25 16:14 ` Koen Kooi
2011-09-26 16:57 ` Richard Purdie
2011-09-25 15:56 ` [PATCH 7/9] autotools.bbclass: Set the dynamic linker search path for libtool correctly Richard Purdie
2011-09-25 15:57 ` [PATCH 8/9] base.bbclass: Drop legacy code that is no longer useful/used Richard Purdie
2011-09-25 15:57 ` [PATCH 9/9] sstate: No need to spew out a debug message per file, summarise instead Richard Purdie
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.1316963134.git.richard.purdie@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--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.