Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Added multilib support for DEBIAN_NAME
@ 2011-09-16 13:01 Lianhao Lu
  2011-09-16 13:01 ` [PATCH 1/3] debian/_ipk.bbclass: Added multilib support for package_name_hook() Lianhao Lu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lianhao Lu @ 2011-09-16 13:01 UTC (permalink / raw)
  To: openembedded-core

This series of patches is meant to fix bug [YOCTO #1486].

It added multilib support in package_name_hook() so MLPREFIX is kept in the 
package name after the debian package renaming. 

It changed the logic of multilib_sanity_check() that all the equal duplicated files 
from different multilib variants are allowed to be installed into the same rootfs.

It also fixed several recipes to support the multilib in debian package renaming.

The following changes since commit bb4dad44432b2e40ac3cf16baa45befbae3e70f5:
  Darren Hart (1):
        Prevent IMAGE_FEATURES from contaminating initrd

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/bug1486
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1486

Lianhao Lu (3):
  debian/_ipk.bbclass: Added multilib support for package_name_hook()
  Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES.
  image/package.bbclass: Revise multilib support for DEBIAN_NAME.

 meta/classes/debian.bbclass                    |    4 ++++
 meta/classes/image.bbclass                     |   17 +++++------------
 meta/classes/package.bbclass                   |    2 +-
 meta/classes/package_ipk.bbclass               |    1 +
 meta/classes/rootfs_ipk.bbclass                |    2 +-
 meta/recipes-core/libxml/libxml2.inc           |    2 +-
 meta/recipes-core/libxml/libxml2_2.7.8.bb      |    2 +-
 meta/recipes-gnome/gtk+/gtk+_2.12.7.bb         |    4 ++--
 meta/recipes-gnome/gtk+/gtk+_2.16.6.bb         |    4 ++--
 meta/recipes-gnome/gtk+/gtk+_2.22.1.bb         |    4 ++--
 meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb |    4 ++--
 11 files changed, 22 insertions(+), 24 deletions(-)




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

end of thread, other threads:[~2011-09-16 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 13:01 [PATCH 0/3] Added multilib support for DEBIAN_NAME Lianhao Lu
2011-09-16 13:01 ` [PATCH 1/3] debian/_ipk.bbclass: Added multilib support for package_name_hook() Lianhao Lu
2011-09-16 13:01 ` [PATCH 2/3] Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES Lianhao Lu
2011-09-16 13:01 ` [PATCH 3/3] image/package.bbclass: Revise multilib support for DEBIAN_NAME Lianhao Lu
2011-09-16 16:36 ` [PATCH 0/3] Added " Richard Purdie

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