All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] udev and multilib changes
@ 2012-12-17  9:16 Constantin Musca
  2012-12-17  9:16 ` [PATCH 1/7] bitbake.conf: add nonarch_base_lib variable Constantin Musca
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Constantin Musca @ 2012-12-17  9:16 UTC (permalink / raw)
  To: openembedded-core

This patchset addresses the udevdir problem (some packages hardcode udevdir
to /lib/udev) by using a arch independent variable (nonarch_base_libdir). It also includes some multilib fixes.
The following changes since commit 958162e96b4a4f23bca94500b5f20975633dd5c6:

  bitbake: hob: use base image only if it was set (2012-12-14 17:31:31 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib cmuscax/udev
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/udev

Constantin Musca (7):
  bitbake.conf: add nonarch_base_lib variable
  udev: replace base_libdir with nonarch_base_libdir
  alsa-utils: Pass udev-rules-dir as parameter
  pcmciautils: set correct udevdir and add missing debug files
  bluez: set correct udevdir
  polkit: fix multilib packaging issue
  psplash: enable multilib

 meta/classes/staging.bbclass                      |  4 ++++
 meta/conf/bitbake.conf                            |  1 +
 meta/recipes-bsp/pcmciautils/pcmciautils.inc      |  3 ++-
 meta/recipes-bsp/pcmciautils/pcmciautils_018.bb   |  6 +++---
 meta/recipes-connectivity/bluez/bluez4_4.101.bb   |  6 +++---
 meta/recipes-core/psplash/psplash_git.bb          | 16 +++++++++------
 meta/recipes-core/udev/udev.inc                   | 24 +++++++++++------------
 meta/recipes-core/udev/udev_182.bb                |  2 +-
 meta/recipes-extended/polkit/polkit_0.104.bb      | 12 ++++++------
 meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |  6 +++---
 10 files changed, 45 insertions(+), 35 deletions(-)

-- 
1.7.11.7




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

end of thread, other threads:[~2012-12-17 17:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17  9:16 [PATCH 0/7] udev and multilib changes Constantin Musca
2012-12-17  9:16 ` [PATCH 1/7] bitbake.conf: add nonarch_base_lib variable Constantin Musca
2012-12-17  9:16 ` [PATCH 2/7] udev: replace base_libdir with nonarch_base_libdir Constantin Musca
2012-12-17 17:28   ` Richard Purdie
2012-12-17  9:16 ` [PATCH 3/7] alsa-utils: Pass udev-rules-dir as parameter Constantin Musca
2012-12-17  9:16 ` [PATCH 4/7] pcmciautils: set correct udevdir and add missing debug files Constantin Musca
2012-12-17  9:16 ` [PATCH 5/7] bluez: set correct udevdir Constantin Musca
2012-12-17  9:16 ` [PATCH 6/7] polkit: fix multilib packaging issue Constantin Musca
2012-12-17  9:16 ` [PATCH 7/7] psplash: enable multilib Constantin Musca

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.