All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] Various warning fixes
@ 2012-03-13  0:22 Richard Purdie
  2012-03-13  0:22 ` [PATCH 01/17] leafpad: Package currently unpackaged files Richard Purdie
                   ` (16 more replies)
  0 siblings, 17 replies; 22+ messages in thread
From: Richard Purdie @ 2012-03-13  0:22 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-03-13 17:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13  0:22 [PATCH 00/17] Various warning fixes Richard Purdie
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

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.