Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/17] Various QA/unpackaged files cleanups
Date: Tue,  5 Jul 2011 23:51:12 +0100	[thread overview]
Message-ID: <cover.1309906154.git.richard.purdie@linuxfoundation.org> (raw)

This patch series is for a number of QA/unpackaged files cleanups.

The following changes since commit f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e:

  x-load: Update to 1.5.0 (2011-07-05 14:16:33 +0100)

are available in 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 (17):
  gcc: Fix unpackaged files warnings, broken symlink and superfluous
    files
  connman: Package unpackaged .la file
  tslib: Package unpackaged .la file
  btrfs-tools: Fix manpage creation directory
  xcb-proto: Package unshipped files, create python-xcbgen package for
    python xcbgen code
  eds-dbus: Package unpackaged files
  systemtap: Don't set prefix to a path including  so examples get
    placed in the correct path and packaged correctly
  qt4: Package debug source files
  telepathy-python: Remove unneeded and unpackaged files
  librsvg: Clean up unpackaged files
  gtk-engines: Package unpackaged files
  x11perf: Packaged unpackaged files
  apt: Package unpackaged files
  git: Package up python and gitweb files into appropriate packages
  kernelshark/trace-cmd: Clean up QA warnings including fising LDFLAGS
    issues
  opensp: Add unpackaged files
  chrpath: Ensure the package respects the docdir variable

 meta/recipes-connectivity/connman/connman.inc      |    2 +
 meta/recipes-connectivity/connman/connman_0.75.bb  |    2 +-
 .../telepathy/telepathy-python_0.15.19.bb          |    9 ++++-
 meta/recipes-devtools/apt/apt-package.inc          |    2 +-
 meta/recipes-devtools/apt/apt_0.7.14.bb            |    4 +-
 .../btrfs-tools/btrfs-tools/weak-defaults.patch    |   31 ++++++++++++++
 .../btrfs-tools/btrfs-tools_git.bb                 |    3 +-
 .../chrpath/chrpath/standarddoc.patch              |   19 +++++++++
 meta/recipes-devtools/chrpath/chrpath_0.13.bb      |    5 +-
 meta/recipes-devtools/gcc/gcc-package-target.inc   |   25 +++++++++--
 meta/recipes-devtools/git/git.inc                  |    6 +++
 meta/recipes-devtools/opensp/opensp_1.5.bb         |    4 +-
 .../gtk-engines/gtk-engines_2.20.2.bb              |    5 ++-
 meta/recipes-gnome/librsvg/librsvg_2.32.1.bb       |   15 +++++--
 meta/recipes-graphics/tslib/tslib_1.0.bb           |    3 +-
 meta/recipes-graphics/xcb/xcb-proto.inc            |    5 ++-
 meta/recipes-graphics/xcb/xcb-proto_1.6.bb         |    2 +-
 meta/recipes-graphics/xorg-app/x11perf_1.5.3.bb    |    4 +-
 meta/recipes-kernel/systemtap/systemtap_git.bb     |    4 +-
 meta/recipes-kernel/trace-cmd/kernelshark_git.bb   |   10 ++++-
 .../trace-cmd/trace-cmd/addldflags.patch           |   43 ++++++++++++++++++++
 meta/recipes-kernel/trace-cmd/trace-cmd_git.bb     |    5 +-
 meta/recipes-qt/qt4/qt4.inc                        |    4 +-
 meta/recipes-sato/eds/eds-dbus_2.20.0.bb           |    7 ++-
 meta/recipes-sato/eds/eds-dbus_git.bb              |    9 +++-
 25 files changed, 193 insertions(+), 35 deletions(-)
 create mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/weak-defaults.patch
 create mode 100644 meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
 create mode 100644 meta/recipes-kernel/trace-cmd/trace-cmd/addldflags.patch

-- 
1.7.4.1




             reply	other threads:[~2011-07-05 22:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05 22:51 Richard Purdie [this message]
2011-07-05 22:51 ` [PATCH 01/17] gcc: Fix unpackaged files warnings, broken symlink and superfluous files Richard Purdie
2011-07-05 22:51 ` [PATCH 02/17] connman: Package unpackaged .la file Richard Purdie
2011-07-06  9:14   ` Phil Blundell
2011-07-06 10:34     ` Richard Purdie
2011-07-05 22:51 ` [PATCH 03/17] tslib: " Richard Purdie
2011-07-05 22:51 ` [PATCH 04/17] btrfs-tools: Fix manpage creation directory Richard Purdie
2011-07-05 22:51 ` [PATCH 05/17] xcb-proto: Package unshipped files, create python-xcbgen package for python xcbgen code Richard Purdie
2011-07-05 22:51 ` [PATCH 06/17] eds-dbus: Package unpackaged files Richard Purdie
2011-07-05 22:51 ` [PATCH 07/17] systemtap: Don't set prefix to a path including so examples get placed in the correct path and packaged correctly Richard Purdie
2011-07-05 22:51 ` [PATCH 08/17] qt4: Package debug source files Richard Purdie
2011-07-05 22:51 ` [PATCH 09/17] telepathy-python: Remove unneeded and unpackaged files Richard Purdie
2011-07-05 22:51 ` [PATCH 10/17] librsvg: Clean up " Richard Purdie
2011-07-05 22:51 ` [PATCH 11/17] gtk-engines: Package " Richard Purdie
2011-07-05 22:51 ` [PATCH 12/17] x11perf: Packaged " Richard Purdie
2011-07-05 22:51 ` [PATCH 13/17] apt: Package " Richard Purdie
2011-07-06  9:17   ` Phil Blundell
2011-07-06 10:25     ` Richard Purdie
2011-07-05 22:51 ` [PATCH 14/17] git: Package up python and gitweb files into appropriate packages Richard Purdie
2011-07-05 22:51 ` [PATCH 15/17] kernelshark/trace-cmd: Clean up QA warnings including fising LDFLAGS issues Richard Purdie
2011-07-06  9:15   ` Phil Blundell
2011-07-05 22:51 ` [PATCH 16/17] opensp: Add unpackaged files Richard Purdie
2011-07-05 22:51 ` [PATCH 17/17] chrpath: Ensure the package respects the docdir variable Richard Purdie
2011-07-06  2:59 ` [PATCH 00/17] Various QA/unpackaged files cleanups Otavio Salvador
2011-07-06  8:03   ` Richard Purdie
2011-07-06  9:06   ` Phil Blundell

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.1309906154.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox