From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/17] Various warning fixes
Date: Tue, 13 Mar 2012 00:22:20 +0000 [thread overview]
Message-ID: <cover.1331598077.git.richard.purdie@linuxfoundation.org> (raw)
The following changes since commit f47ada62a3da879006e7cb27479dc9b72c56e923:
cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH (2012-03-12 17:46:16 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rpurdie/t7
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rpurdie/t7
and fix various warning messages.
Richard Purdie (17):
leafpad: Package currently unpackaged files.
xf86-input-vmmouse: Package unpackaged files
sato-screenshot: Remove unneeded .la file
librsvg: Fix unpackaged directory warnings
matchbox-session: Clarify LICENSE as GPLv2
wireless-tools: Clarify LICENSE field to avoid warnings
gtk-doc: Clarify license as GPLv2
gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1
boost: Correct license name BSL-1 -> BSL-1.0
shadow: Correct license Artistic -> Artistic-1.0
perl: Clarify LICENSE with versions. Yes, its really GPLv1
license.bbclass: Add mapping for LGPLv2.0, pango uses it
qemu-config: Clarify license as GPLv2
bluez4: Ensure the plugins directory is packaged to avoid warnings
rpm: Add rpmdeps-oecore to appropriate package
python-pycairo: Fix incorrect versions in license field
xserver-xorg: Remove unneeded empty directory, fixing QA warning
meta/classes/license.bbclass | 1 +
meta/recipes-bsp/qemu-config/qemu-config.bb | 4 ++--
meta/recipes-connectivity/bluez/bluez4_4.98.bb | 2 +-
.../wireless-tools/wireless-tools_29.bb | 4 ++--
meta/recipes-devtools/perl/perl_5.14.2.bb | 4 ++--
.../python/python-pycairo_1.10.0.bb | 4 ++--
meta/recipes-devtools/rpm/rpm_5.4.0.bb | 3 ++-
.../shadow/shadow-native_4.1.4.3.bb | 4 ++--
.../shadow/shadow-sysroot_4.1.4.3.bb | 4 ++--
meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 4 ++--
meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 +-
meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 +-
meta/recipes-gnome/gtk-doc/gtk-doc.bb | 2 +-
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 7 ++++++-
.../matchbox-session/matchbox-session_0.1.bb | 4 +++-
.../xorg-driver/xf86-input-vmmouse_12.7.0.bb | 10 +++++++++-
.../xorg-xserver/xserver-xorg-common.inc | 4 ++++
meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 6 ++++--
.../sato-screenshot/sato-screenshot_git.bb | 6 +++++-
meta/recipes-support/boost/boost.inc | 4 ++--
20 files changed, 54 insertions(+), 27 deletions(-)
--
1.7.5.4
next reply other threads:[~2012-03-13 0:31 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-13 0:22 Richard Purdie [this message]
2012-03-13 0:22 ` [PATCH 01/17] leafpad: Package currently unpackaged files Richard Purdie
2012-03-13 8:07 ` Koen Kooi
2012-03-13 9:52 ` Richard Purdie
2012-03-13 9:54 ` Martin Jansa
2012-03-13 17:49 ` Richard Purdie
2012-03-13 0:22 ` [PATCH 02/17] xf86-input-vmmouse: Package " Richard Purdie
2012-03-13 0:22 ` [PATCH 03/17] sato-screenshot: Remove unneeded .la file Richard Purdie
2012-03-13 0:22 ` [PATCH 04/17] librsvg: Fix unpackaged directory warnings Richard Purdie
2012-03-13 0:22 ` [PATCH 05/17] matchbox-session: Clarify LICENSE as GPLv2 Richard Purdie
2012-03-13 0:22 ` [PATCH 06/17] wireless-tools: Clarify LICENSE field to avoid warnings Richard Purdie
2012-03-13 0:22 ` [PATCH 07/17] gtk-doc: Clarify license as GPLv2 Richard Purdie
2012-03-13 0:22 ` [PATCH 08/17] gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1 Richard Purdie
2012-03-13 0:22 ` [PATCH 09/17] boost: Correct license name BSL-1 -> BSL-1.0 Richard Purdie
2012-03-13 0:22 ` [PATCH 10/17] shadow: Correct license Artistic -> Artistic-1.0 Richard Purdie
2012-03-13 0:22 ` [PATCH 11/17] perl: Clarify LICENSE with versions. Yes, its really GPLv1 Richard Purdie
2012-03-13 0:22 ` [PATCH 12/17] license.bbclass: Add mapping for LGPLv2.0, pango uses it Richard Purdie
2012-03-13 0:22 ` [PATCH 13/17] qemu-config: Clarify license as GPLv2 Richard Purdie
2012-03-13 0:22 ` [PATCH 14/17] bluez4: Ensure the plugins directory is packaged to avoid warnings Richard Purdie
2012-03-13 0:22 ` [PATCH 15/17] rpm: Add rpmdeps-oecore to appropriate package Richard Purdie
2012-03-13 0:22 ` [PATCH 16/17] python-pycairo: Fix incorrect versions in license field Richard Purdie
2012-03-13 0:22 ` [PATCH 17/17] xserver-xorg: Remove unneeded empty directory, fixing QA warning 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.1331598077.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.