Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/39] Reorder Packages List
@ 2012-06-19 15:59 Saul Wold
  2012-06-19 15:59 ` [PATCH 01/39] bitbake.conf: reorder PACKAGES list Saul Wold
                   ` (38 more replies)
  0 siblings, 39 replies; 41+ messages in thread
From: Saul Wold @ 2012-06-19 15:59 UTC (permalink / raw)
  To: openembedded-core

This patch set reoders the PACKAGES list to place ${PN} 
at the end of the list.

I have done world builds and processed the buildhistory, I will
send the output of the buildhistory_diff following this email for
people to review.

Sau!

The following changes since commit 6d761ae17ddbd3d936e7fe985b40825ad62b2418:

  debian.bbclass: invoke target objdump (2012-06-18 13:20:29 +0100)

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

Saul Wold (39):
  bitbake.conf: reorder PACKAGES list
  binconfig: add *-config files to the -dev package
  lib_package: remove the -dev list
  bitbake.conf: add PN-bin and cleanup lib_package.bbclass
  pmutils: reorder file for correctness
  eglibc-package: Update PACKAGES and files based on new ordering
  taglib: correct location of taglib-config to -dev
  pth: clean-up FILES list due to PACKAGE reorder
  libusb-compat: clean up FILE after PACKAGE reorder
  libproxy: clean up FILE after PACKAGE reorder
  libgpg-error: clean up FILE after PACKAGE reorder
  libgcrypt: clean up FILE after PACKAGE reorder
  gpgme: clean up FILE after PACKAGE reorder
  gnutls: clean up FILE after PACKAGE reorder
  db: Ensure the library version matches package version
  libpng: clean up FILE after PACKAGE reorder
  libxml2: clean up FILE after PACKAGE reorder
  groff: clean up FILE after PACKAGE reorder
  icu: clean up FILE after PACKAGE reorder
  gettext: clean up FILE after PACKAGE reorder
  cups: clean up FILE after PACKAGE reorder
  procps: clean up FILE after PACKAGE reorder
  gnome-keyring: clean up FILE after PACKAGE reorder
  slang: clean up FILE after PACKAGE reorder
  gthumb: clean up FILE after PACKAGE reorder
  freetype: clean up FILE after PACKAGE reorder
  gtk-sato-engine: clean up FILE after PACKAGE reorder
  libidn: clean up FILE after PACKAGE reorder
  lttng-viewer: clean up FILE after PACKAGE reorder
  js: clean up FILE after PACKAGE reorder
  webkit-gtk: remove /usr/libexec since it's empty
  libtool: add ${PN} in middle of package list to ensure .m4 get with
    ${PN}
  grub: Clean up FILES_* after PACKAGES reoder
  hdparam: Clean up FILES_* after PACKAGES reoder
  man-pages: Clean up FILES_* after PACKAGES reoder
  curl: Clean up FILES_* after PACKAGES reoder
  PR bumps for PACKAGES reorder
  libevent: disable openssl by default
  libpcre:  Clean up FILES_* after PACKAGES reoder

 meta/classes/binconfig.bbclass                     |    2 ++
 meta/classes/lib_package.bbclass                   |   16 +++++++---------
 meta/conf/bitbake.conf                             |   10 +++++++---
 meta/recipes-bsp/grub/grub_0.97.bb                 |    5 +----
 meta/recipes-bsp/grub/grub_1.99.bb                 |    4 +---
 meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb        |   11 +++++++----
 .../nfs-utils/libnfsidmap_0.24.bb                  |    2 +-
 meta/recipes-core/eglibc/eglibc-package.inc        |    8 ++++----
 meta/recipes-core/gettext/gettext_0.16.1.bb        |    3 ++-
 meta/recipes-core/gettext/gettext_0.18.1.1.bb      |    2 ++
 meta/recipes-core/libxml/libxml2.inc               |    2 +-
 meta/recipes-core/libxml/libxml2_2.7.8.bb          |    2 +-
 meta/recipes-devtools/elfutils/elfutils_0.148.bb   |   12 ++++++++----
 meta/recipes-devtools/libtool/libtool-2.4.2.inc    |    7 ++++++-
 meta/recipes-extended/cups/cups14.inc              |    1 +
 meta/recipes-extended/cups/cups_1.4.6.bb           |    2 +-
 meta/recipes-extended/groff/groff_1.20.1.bb        |    2 ++
 meta/recipes-extended/hdparm/hdparm_9.39.bb        |    1 -
 meta/recipes-extended/libidn/libidn_0.6.14.bb      |    6 +++++-
 meta/recipes-extended/libidn/libidn_1.24.bb        |    3 ++-
 meta/recipes-extended/libuser/libuser_0.57.1.bb    |    2 +-
 meta/recipes-extended/man-pages/man-pages_3.41.bb  |    6 ++++--
 meta/recipes-extended/procps/procps.inc            |    6 ++++--
 meta/recipes-extended/procps/procps_3.2.8.bb       |    2 +-
 meta/recipes-extended/slang/slang_2.2.4.bb         |    4 ++--
 .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb |    2 +-
 meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb   |   14 ++++++++++----
 meta/recipes-gnome/gnome/metacity_2.30.3.bb        |    2 +-
 meta/recipes-gnome/gthumb/gthumb_2.12.4.bb         |   12 ++++++++----
 meta/recipes-graphics/freetype/freetype_2.4.9.bb   |    5 +----
 meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb  |    3 ++-
 meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb    |    6 ++++--
 meta/recipes-multimedia/libpng/libpng_1.2.49.bb    |    4 +---
 meta/recipes-sato/gtk-engines/gtk-sato-engine.inc  |    2 +-
 .../gtk-engines/gtk-sato-engine_git.bb             |    2 +-
 meta/recipes-sato/webkit/webkit-gtk_svn.bb         |    6 +++++-
 meta/recipes-support/curl/curl_7.24.0.bb           |   12 +++---------
 meta/recipes-support/db/db_5.3.15.bb               |    9 +++++----
 meta/recipes-support/gnutls/gnutls.inc             |    5 ++---
 meta/recipes-support/gpgme/gpgme_1.3.1.bb          |    5 ++---
 meta/recipes-support/icu/icu-3.6.inc               |    2 ++
 meta/recipes-support/icu/icu_3.6.bb                |    2 +-
 meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb       |    3 ++-
 meta/recipes-support/libevent/libevent_2.0.16.bb   |    4 +++-
 meta/recipes-support/libgcrypt/libgcrypt.inc       |    6 ++----
 meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb  |    2 +-
 .../libgpg-error/libgpg-error_1.10.bb              |    8 +++-----
 meta/recipes-support/libksba/libksba_1.2.0.bb      |    1 +
 meta/recipes-support/libpcre/libpcre_8.30.bb       |    7 ++-----
 meta/recipes-support/libproxy/libproxy_0.4.7.bb    |    3 ++-
 meta/recipes-support/libusb/libusb-compat_0.1.3.bb |    4 +---
 meta/recipes-support/pth/pth_2.0.7.bb              |    3 ---
 meta/recipes-support/taglib/taglib_1.6.3.bb        |    3 +--
 53 files changed, 141 insertions(+), 117 deletions(-)

-- 
1.7.7.6




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

end of thread, other threads:[~2012-09-08 19:25 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 15:59 [PATCH 00/39] Reorder Packages List Saul Wold
2012-06-19 15:59 ` [PATCH 01/39] bitbake.conf: reorder PACKAGES list Saul Wold
2012-06-19 15:59 ` [PATCH 02/39] binconfig: add *-config files to the -dev package Saul Wold
2012-06-19 15:59 ` [PATCH 03/39] lib_package: remove the -dev list Saul Wold
2012-06-19 15:59 ` [PATCH 04/39] bitbake.conf: add PN-bin and cleanup lib_package.bbclass Saul Wold
2012-06-19 15:59 ` [PATCH 05/39] pmutils: reorder file for correctness Saul Wold
2012-06-19 15:59 ` [PATCH 06/39] eglibc-package: Update PACKAGES and files based on new ordering Saul Wold
2012-09-08 19:10   ` Phil Blundell
2012-06-19 15:59 ` [PATCH 07/39] taglib: correct location of taglib-config to -dev Saul Wold
2012-06-19 15:59 ` [PATCH 08/39] pth: clean-up FILES list due to PACKAGE reorder Saul Wold
2012-06-19 15:59 ` [PATCH 09/39] libusb-compat: clean up FILE after " Saul Wold
2012-06-19 15:59 ` [PATCH 10/39] libproxy: " Saul Wold
2012-06-19 15:59 ` [PATCH 11/39] libgpg-error: " Saul Wold
2012-06-19 15:59 ` [PATCH 12/39] libgcrypt: " Saul Wold
2012-06-19 15:59 ` [PATCH 13/39] gpgme: " Saul Wold
2012-06-19 15:59 ` [PATCH 14/39] gnutls: " Saul Wold
2012-06-19 15:59 ` [PATCH 15/39] db: Ensure the library version matches package version Saul Wold
2012-06-19 15:59 ` [PATCH 16/39] libpng: clean up FILE after PACKAGE reorder Saul Wold
2012-06-19 15:59 ` [PATCH 17/39] libxml2: " Saul Wold
2012-06-19 15:59 ` [PATCH 18/39] groff: " Saul Wold
2012-06-19 15:59 ` [PATCH 19/39] icu: " Saul Wold
2012-06-19 15:59 ` [PATCH 20/39] gettext: " Saul Wold
2012-06-19 15:59 ` [PATCH 21/39] cups: " Saul Wold
2012-06-19 15:59 ` [PATCH 22/39] procps: " Saul Wold
2012-06-19 15:59 ` [PATCH 23/39] gnome-keyring: " Saul Wold
2012-06-19 15:59 ` [PATCH 24/39] slang: " Saul Wold
2012-06-19 15:59 ` [PATCH 25/39] gthumb: " Saul Wold
2012-06-19 15:59 ` [PATCH 26/39] freetype: " Saul Wold
2012-06-19 15:59 ` [PATCH 27/39] gtk-sato-engine: " Saul Wold
2012-06-19 15:59 ` [PATCH 28/39] libidn: " Saul Wold
2012-06-19 15:59 ` [PATCH 29/39] lttng-viewer: " Saul Wold
2012-06-19 15:59 ` [PATCH 30/39] js: " Saul Wold
2012-06-19 15:59 ` [PATCH 31/39] webkit-gtk: remove /usr/libexec since it's empty Saul Wold
2012-06-19 15:59 ` [PATCH 32/39] libtool: add ${PN} in middle of package list to ensure .m4 get with ${PN} Saul Wold
2012-06-19 15:59 ` [PATCH 33/39] grub: Clean up FILES_* after PACKAGES reoder Saul Wold
2012-06-19 15:59 ` [PATCH 34/39] hdparam: " Saul Wold
2012-06-19 15:59 ` [PATCH 35/39] man-pages: " Saul Wold
2012-06-19 15:59 ` [PATCH 36/39] curl: " Saul Wold
2012-06-19 15:59 ` [PATCH 37/39] PR bumps for PACKAGES reorder Saul Wold
2012-06-19 15:59 ` [PATCH 38/39] libevent: disable openssl by default Saul Wold
2012-06-19 15:59 ` [PATCH 39/39] libpcre: Clean up FILES_* after PACKAGES reoder Saul Wold

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