Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RC Fixes 00/19] Fixes for Multi-Lib & other patches
@ 2011-09-21  9:39 Saul Wold
  2011-09-21  9:39 ` [RC Fixes 01/19] scripts/combo-layer: fix still overzealous regex in default hook script Saul Wold
                   ` (19 more replies)
  0 siblings, 20 replies; 22+ messages in thread
From: Saul Wold @ 2011-09-21  9:39 UTC (permalink / raw)
  To: openembedded-core

Richard,

I have build (not booted) these fixes and for the most part
they seem to address alot of the issues we have seen.  There
is still some problems with python and gtk+ needing to be 
cleaned before do_rootfs is sucessful.

This is a major step forward based on some of the issues we 
have seen and may require some additional fixes for an RC4.

Sau!

(It's really too late here, and I apologize upfront for any 
real bad misse).



The following changes since commit 81274f4488fbc4d68d150870735ec0181b60b451:

  freetype: disable bzip2 compressed font support (2011-09-19 13:14:03 +0100)

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

Anders Darander (3):
  libzypp: git repo moved to github
  sat-solver: git repo moved to github
  zypper: git repo moved to github

Daniel Lazzari (1):
  Fix alsa-utils package dependencies

Dexuan Cui (1):
  deb packages support: switch from /var/dpkg to /var/lib/dpkg

Dongxiao Xu (4):
  rpm: add multilib prefix for archs under deploy/rpm
  multilib: install MULTILIB_IMAGE_INSTALL
  libpng: avoid dangling link in libpng package
  libpng: add libpng12-dev packages

Mark Hatle (5):
  Fix RPM dependencies
  Add a run-time dependency that eglibc support GNU_HASH
  Update python dependencies to be simply to "python"
  busybox: Enhance to add dynamic per-file provides
  multilib_global.bbclass: Fix non-multilib package provides

Paul Eggleton (1):
  scripts/combo-layer: fix still overzealous regex in default hook
    script

Saul Wold (4):
  distrodata: fix distro_check code
  distro tracking: Update Distro Aliases
  avahi: Refactor recipe to move UI to avahi-ui
  oprofileui: Change avahi to avahi-ui depends

 meta/classes/distrodata.bbclass                    |   19 ++++-
 meta/classes/multilib.bbclass                      |    5 +
 meta/classes/multilib_global.bbclass               |   27 +++++-
 meta/classes/package.bbclass                       |    6 ++
 meta/classes/package_deb.bbclass                   |   10 +-
 meta/classes/package_rpm.bbclass                   |   44 +++++++----
 meta/classes/populate_sdk_deb.bbclass              |    4 +-
 meta/classes/rootfs_deb.bbclass                    |   20 +++---
 meta/classes/rootfs_rpm.bbclass                    |    8 ++-
 .../conf/distro/include/distro_tracking_fields.inc |   83 ++++++++++++++++++-
 meta/lib/oe/distro_check.py                        |    8 +-
 meta/recipes-connectivity/avahi/avahi-ui_0.6.30.bb |   37 +++++++++
 meta/recipes-connectivity/avahi/avahi.inc          |   86 ++++++++++---------
 meta/recipes-connectivity/avahi/avahi_0.6.30.bb    |    6 +-
 meta/recipes-core/busybox/busybox.inc              |   32 +++++++
 meta/recipes-core/busybox/busybox_1.18.5.bb        |    2 +-
 meta/recipes-core/eglibc/eglibc-package.inc        |    3 +-
 meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb            |    2 +-
 meta/recipes-devtools/apt/apt-native_0.7.14.bb     |    2 +-
 meta/recipes-devtools/apt/apt_0.7.14.bb            |    2 +-
 meta/recipes-devtools/apt/files/apt.conf           |    4 +-
 .../dpkg/run-postinsts/run-postinsts               |    2 +-
 .../dpkg/run-postinsts/run-postinsts.awk           |    2 +-
 meta/recipes-devtools/dpkg/run-postinsts_1.0.bb    |    2 +-
 meta/recipes-devtools/rpm/rpm/pythondeps.sh        |   16 ++++
 meta/recipes-devtools/rpm/rpm_5.4.0.bb             |    4 +-
 .../update-alternatives-dpkg.inc                   |    6 +-
 meta/recipes-extended/libzypp/libzypp_git.bb       |    2 +-
 meta/recipes-extended/sat-solver/sat-solver_git.bb |    2 +-
 meta/recipes-extended/zypper/zypper_git.bb         |    2 +-
 meta/recipes-kernel/oprofile/oprofileui.inc        |    2 +-
 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |    7 +-
 meta/recipes-multimedia/libpng/libpng_1.2.46.bb    |    8 +-
 scripts/combo-layer-hook-default.sh                |    2 +-
 35 files changed, 354 insertions(+), 115 deletions(-)
 create mode 100644 meta/recipes-connectivity/avahi/avahi-ui_0.6.30.bb
 create mode 100755 meta/recipes-devtools/rpm/rpm/pythondeps.sh

-- 
1.7.6




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

end of thread, other threads:[~2011-09-21 12:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21  9:39 [RC Fixes 00/19] Fixes for Multi-Lib & other patches Saul Wold
2011-09-21  9:39 ` [RC Fixes 01/19] scripts/combo-layer: fix still overzealous regex in default hook script Saul Wold
2011-09-21  9:39 ` [RC Fixes 02/19] deb packages support: switch from /var/dpkg to /var/lib/dpkg Saul Wold
2011-09-21  9:39 ` [RC Fixes 03/19] libzypp: git repo moved to github Saul Wold
2011-09-21  9:39 ` [RC Fixes 04/19] sat-solver: " Saul Wold
2011-09-21  9:39 ` [RC Fixes 05/19] zypper: " Saul Wold
2011-09-21  9:39 ` [RC Fixes 06/19] distrodata: fix distro_check code Saul Wold
2011-09-21  9:39 ` [RC Fixes 07/19] distro tracking: Update Distro Aliases Saul Wold
2011-09-21 10:35   ` Koen Kooi
2011-09-21  9:39 ` [RC Fixes 08/19] avahi: Refactor recipe to move UI to avahi-ui Saul Wold
2011-09-21  9:39 ` [RC Fixes 09/19] rpm: add multilib prefix for archs under deploy/rpm Saul Wold
2011-09-21  9:39 ` [RC Fixes 10/19] multilib: install MULTILIB_IMAGE_INSTALL Saul Wold
2011-09-21  9:39 ` [RC Fixes 11/19] Fix RPM dependencies Saul Wold
2011-09-21  9:39 ` [RC Fixes 12/19] Add a run-time dependency that eglibc support GNU_HASH Saul Wold
2011-09-21  9:39 ` [RC Fixes 13/19] Update python dependencies to be simply to "python" Saul Wold
2011-09-21  9:39 ` [RC Fixes 14/19] busybox: Enhance to add dynamic per-file provides Saul Wold
2011-09-21  9:39 ` [RC Fixes 15/19] multilib_global.bbclass: Fix non-multilib package provides Saul Wold
2011-09-21  9:39 ` [RC Fixes 16/19] Fix alsa-utils package dependencies Saul Wold
2011-09-21  9:39 ` [RC Fixes 17/19] oprofileui: Change avahi to avahi-ui depends Saul Wold
2011-09-21  9:39 ` [RC Fixes 18/19] libpng: avoid dangling link in libpng package Saul Wold
2011-09-21  9:39 ` [RC Fixes 19/19] libpng: add libpng12-dev packages Saul Wold
2011-09-21 12:44 ` [RC Fixes 00/19] Fixes for Multi-Lib & other patches Richard Purdie

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