From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/16] Various fixes, mostly for WARNING messages
Date: Thu, 23 Feb 2012 13:38:17 +0000 [thread overview]
Message-ID: <cover.1330004039.git.richard.purdie@linuxfoundation.org> (raw)
These patches mainly fix various warning issues reported by the build but
there are a couple of other improvements/fixes thrown in.
The following changes since commit a578fbce14b6f3391f28d59f287160e04590fa77:
netbase: remove redundant assignments (2012-02-22 22:11:27 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rpurdie/fixes
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rpurdie/fixes
This repository is based against Poky, not OE-Core.
Richard Purdie (16):
eglibc: Fix package warning
rpm: Fix LICENSE field
libusb1: Address unpackaged files warning
libusb-compat: Address unpackaged files warning
readline: Add a patch to remove the redundant rpath linker option
libgcrypt: Fix unpackaged file warning
dbus: Fix unpackaged files warning
e2fsprogs: Fix unpackaged file warning
cracklib: Fix unpackaged files warning by disabling autodetected
python
glib-2.0: Fix unpackaged files warning
dbus-glib: Correctly package bash completion pieces to avoid QA
warning
package.bbclass: Remove empty directories created as part of srcdebug
handling
insane.bbclass: Only depend on desktop-file-utils-native when we need
it
autotools.bbclass: Make builds deterministic
gthumb: Resolve staticdev QA warnings
sstatesig.py: Add handling for machine specific module depenedencies
meta/classes/autotools.bbclass | 2 +
meta/classes/insane.bbclass | 8 +++++-
meta/classes/package.bbclass | 13 +++++++++-
meta/lib/oe/sstatesig.py | 26 +++++++++++++++----
meta/recipes-core/dbus/dbus-glib.inc | 4 ++-
meta/recipes-core/dbus/dbus-glib_0.92.bb | 2 +-
meta/recipes-core/dbus/dbus.inc | 3 ++
meta/recipes-core/eglibc/eglibc-package.inc | 1 +
meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb | 5 +++-
meta/recipes-core/readline/files/norpath.patch | 21 ++++++++++++++++
meta/recipes-core/readline/readline.inc | 1 +
meta/recipes-core/readline/readline_6.2.bb | 2 +-
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb | 4 +-
meta/recipes-devtools/rpm/rpm_5.4.0.bb | 4 +-
meta/recipes-extended/cracklib/cracklib_2.8.18.bb | 4 ++-
meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 6 ++++-
meta/recipes-support/libgcrypt/libgcrypt.inc | 3 ++
meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 4 +-
meta/recipes-support/libusb/libusb1_1.0.8.bb | 4 +-
19 files changed, 95 insertions(+), 22 deletions(-)
create mode 100644 meta/recipes-core/readline/files/norpath.patch
--
1.7.5.4
next reply other threads:[~2012-02-23 14:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-23 13:38 Richard Purdie [this message]
2012-02-23 13:38 ` [PATCH 01/16] eglibc: Fix package warning Richard Purdie
2012-02-23 13:38 ` [PATCH 02/16] rpm: Fix LICENSE field Richard Purdie
2012-02-23 13:38 ` [PATCH 03/16] libusb1: Address unpackaged files warning Richard Purdie
2012-03-01 4:44 ` Khem Raj
2012-02-23 13:38 ` [PATCH 04/16] libusb-compat: " Richard Purdie
2012-02-23 14:53 ` Otavio Salvador
2012-02-24 0:13 ` Richard Purdie
2012-02-23 13:38 ` [PATCH 05/16] readline: Add a patch to remove the redundant rpath linker option Richard Purdie
2012-02-23 13:38 ` [PATCH 06/16] libgcrypt: Fix unpackaged file warning Richard Purdie
2012-02-23 13:38 ` [PATCH 07/16] dbus: Fix unpackaged files warning Richard Purdie
2012-02-23 13:38 ` [PATCH 09/16] cracklib: Fix unpackaged files warning by disabling autodetected python Richard Purdie
2012-02-23 13:38 ` [PATCH 10/16] glib-2.0: Fix unpackaged files warning Richard Purdie
2012-02-23 13:38 ` [PATCH 12/16] package.bbclass: Remove empty directories created as part of srcdebug handling Richard Purdie
2012-02-23 13:38 ` [PATCH 14/16] autotools.bbclass: Make builds deterministic Richard Purdie
2012-02-23 13:38 ` [PATCH 15/16] gthumb: Resolve staticdev QA warnings Richard Purdie
2012-02-23 13:38 ` [PATCH 16/16] sstatesig.py: Add handling for machine specific module depenedencies Richard Purdie
2012-02-23 14:41 ` Martin Jansa
2012-02-23 14:48 ` [PATCH 08/16] e2fsprogs: Fix unpackaged file warning Richard Purdie
2012-02-23 14:48 ` [PATCH 11/16] dbus-glib: Correctly package bash completion pieces to avoid QA warning Richard Purdie
2012-02-23 14:48 ` [PATCH 13/16] insane.bbclass: Only depend on desktop-file-utils-native when we need it Richard Purdie
2012-02-23 14:56 ` [PATCH 00/16] Various fixes, mostly for WARNING messages Otavio Salvador
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.1330004039.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.