All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/14] Warning Fixes and some Updates
Date: Wed, 14 Mar 2012 01:33:11 -0700	[thread overview]
Message-ID: <cover.1331713807.git.sgw@linux.intel.com> (raw)

Richard,

This has some warning fixes along with some update.

Biggest change is to bitbake.conf, which re-orders PACKAGE and addes 
${libdir}/${BPN}/*.a to the staticdev list, this was seen in a number 
of packages and seems to make sense.  But I would understand if there
are other issues I am not aware of.

The FILES_${PN} was grabbing from ${libdir}/${BPN}/* so we needed to 
get the staticdev in before that.

Other thoughts?

Sau!


The following changes since commit 81379dc141e245307ca391a02b7490b199128991:

  dates: Fix unpackaged files warning (2012-03-13 23:18:19 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Saul Wold (14):
  owl-video: Fix unpackaged file warning
  ltp: Package static library in -staticdev
  quilt: Fix docs packaging warnings
  autoconf: remove emacs mode files to fix warnings
  qt4: package static libraries correctly to fix warnings
  rpm: Package python-rpm static archive correctly
  python: package static libraries correctly in -staticdev
  distro_tracking: Updates for manual checks
  avahi: Update to 0.6.31
  man-pages: Update to 3.36
  libgalago: Fix package warnings by not packaging autopackage
  gpgme: fix packaging warnings
  man: fix configure issue to solve warnings
  bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file
    before PN

 meta/conf/bitbake.conf                             |    4 +-
 .../conf/distro/include/distro_tracking_fields.inc |   36 ++++++++++++++++----
 .../{avahi-ui_0.6.30.bb => avahi-ui_0.6.31.bb}     |    8 ++--
 meta/recipes-connectivity/avahi/avahi.inc          |    6 ++--
 .../avahi/{avahi_0.6.30.bb => avahi_0.6.31.bb}     |    6 ++--
 .../recipes-connectivity/galago/libgalago_0.5.2.bb |    5 +++
 meta/recipes-devtools/autoconf/autoconf.inc        |    4 ++
 meta/recipes-devtools/autoconf/autoconf_2.68.bb    |    2 +-
 .../python/python-2.7-manifest.inc                 |    6 +++-
 meta/recipes-devtools/python/python_2.7.2.bb       |    2 +-
 meta/recipes-devtools/quilt/quilt-0.51.inc         |    2 +-
 meta/recipes-devtools/quilt/quilt_0.51.bb          |    2 +-
 meta/recipes-devtools/rpm/rpm_5.4.0.bb             |    5 ++-
 meta/recipes-extended/ltp/ltp_20120104.bb          |    4 ++
 .../{man-pages_3.32.bb => man-pages_3.36.bb}       |    8 ++--
 meta/recipes-extended/man/man_1.6f.bb              |    4 +-
 meta/recipes-qt/qt4/qt4-x11-free.inc               |    2 +-
 meta/recipes-qt/qt4/qt4.inc                        |   19 +++++++++--
 .../recipes-sato/owl-video-widget/owl-video_git.bb |    4 ++-
 meta/recipes-support/gpgme/gpgme_1.3.1.bb          |    6 +++-
 20 files changed, 97 insertions(+), 38 deletions(-)
 rename meta/recipes-connectivity/avahi/{avahi-ui_0.6.30.bb => avahi-ui_0.6.31.bb} (93%)
 rename meta/recipes-connectivity/avahi/{avahi_0.6.30.bb => avahi_0.6.31.bb} (80%)
 rename meta/recipes-extended/man-pages/{man-pages_3.32.bb => man-pages_3.36.bb} (80%)

-- 
1.7.7.6




             reply	other threads:[~2012-03-14  8:42 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14  8:33 Saul Wold [this message]
2012-03-14  8:33 ` [PATCH 01/14] owl-video: Fix unpackaged file warning Saul Wold
2012-03-14  8:33 ` [PATCH 02/14] ltp: Package static library in -staticdev Saul Wold
2012-03-14  8:33 ` [PATCH 03/14] quilt: Fix docs packaging warnings Saul Wold
2012-03-14  8:33 ` [PATCH 04/14] autoconf: remove emacs mode files to fix warnings Saul Wold
2012-03-14  8:33 ` [PATCH 05/14] qt4: package static libraries correctly " Saul Wold
2012-03-14 11:39   ` Martin Jansa
2012-03-14 14:44     ` [PATCHv2] " Saul Wold
2012-03-14 14:46       ` Martin Jansa
2012-03-14 14:46     ` [PATCHv3] " Martin Jansa
2012-03-14  8:33 ` [PATCH 06/14] rpm: Package python-rpm static archive correctly Saul Wold
2012-03-14  8:33 ` [PATCH 07/14] python: package static libraries correctly in -staticdev Saul Wold
2012-03-14  8:43   ` Martin Jansa
2012-03-14  8:33 ` [PATCH 08/14] distro_tracking: Updates for manual checks Saul Wold
2012-03-14  8:33 ` [PATCH 09/14] avahi: Update to 0.6.31 Saul Wold
2012-03-14  8:33 ` [PATCH 10/14] man-pages: Update to 3.36 Saul Wold
2012-03-14  8:33 ` [PATCH 11/14] libgalago: Fix package warnings by not packaging autopackage Saul Wold
2012-03-14  8:33 ` [PATCH 12/14] gpgme: fix packaging warnings Saul Wold
2012-03-14 12:49   ` Richard Purdie
2012-03-14  8:33 ` [PATCH 13/14] man: fix configure issue to solve warnings Saul Wold
2012-03-14  8:33 ` [PATCH 14/14] bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN Saul Wold
2012-03-14 12:45   ` Richard Purdie
2012-03-14 13:26 ` [PATCH 00/14] Warning Fixes and some Updates Richard Purdie
2012-03-14 16:09   ` Saul Wold

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.1331713807.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --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.