Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/14] Warning Fixes and some Updates
@ 2012-03-14  8:33 Saul Wold
  2012-03-14  8:33 ` [PATCH 01/14] owl-video: Fix unpackaged file warning Saul Wold
                   ` (14 more replies)
  0 siblings, 15 replies; 24+ messages in thread
From: Saul Wold @ 2012-03-14  8:33 UTC (permalink / raw)
  To: openembedded-core

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




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

end of thread, other threads:[~2012-03-14 16:19 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14  8:33 [PATCH 00/14] Warning Fixes and some Updates Saul Wold
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox