All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4][PULL] Resend: multilib: change hard coded /usr/lib path.
@ 2011-07-18  6:13 Dongxiao Xu
  2011-07-18  6:13 ` [PATCH 1/4] xcb-proto: add multilib support Dongxiao Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Dongxiao Xu @ 2011-07-18  6:13 UTC (permalink / raw)
  To: openembedded-core

Hi Richard,

(Please ignore the previous pull request which doesn't contain the latest code.)

This pull request fixes some hard coded /usr/lib path in recipes within
minimal image. Please help to review and pull.

Thanks,
Dongxiao

The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:

  bb-matrix: correct BB and PM number canonicalization (2011-07-14 22:23:09 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/multilib
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/multilib

Dongxiao Xu (3):
  xcb-proto: add multilib support.
  pciutils: Change the hardcoded /usr/lib to support multilib.
  udev: Change hard coded /usr/lib to support multilib

Yu Ke (1):
  perl: revise the RRECOMMENDS_perl-modules for multilib case

 .../pciutils/pciutils-3.1.7/makefile.patch         |   14 ++++++++++++
 meta/recipes-bsp/pciutils/pciutils_3.1.7.bb        |    5 ++-
 meta/recipes-core/udev/udev-164/makefile.patch     |   16 ++++++++++++++
 meta/recipes-core/udev/udev-new.inc                |    1 +
 meta/recipes-core/udev/udev_164.bb                 |    2 +-
 meta/recipes-devtools/perl/perl_5.12.3.bb          |    2 +-
 .../xcb/xcb-proto-1.6/aclocal.patch                |   22 ++++++++++++++++++++
 meta/recipes-graphics/xcb/xcb-proto.inc            |    3 +-
 meta/recipes-graphics/xcb/xcb-proto_1.6.bb         |    2 +-
 meta/recipes-graphics/xcb/xcb-proto_git.bb         |    2 +-
 10 files changed, 62 insertions(+), 7 deletions(-)
 create mode 100644 meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch
 create mode 100644 meta/recipes-core/udev/udev-164/makefile.patch
 create mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/aclocal.patch




^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 0/4][PULL] multilib: change hard coded /usr/lib path.
@ 2011-07-18  6:01 Dongxiao Xu
  2011-07-18  6:01 ` [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib Dongxiao Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Dongxiao Xu @ 2011-07-18  6:01 UTC (permalink / raw)
  To: openembedded-core

Hi Richard,

This pull request fixes some hard coded /usr/lib path in recipes within
minimal image. Please help to review and pull.

Thanks,
Dongxiao

The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:

  bb-matrix: correct BB and PM number canonicalization (2011-07-14 22:23:09 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/multilib
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/multilib

Dongxiao Xu (3):
  xcb-proto: add multilib support.
  pciutils: Change the hardcoded /usr/lib to support multilib.
  udev: Change hard coded /usr/lib to support multilib

Yu Ke (1):
  perl: revise the RRECOMMENDS_perl-modules for multilib case

 .../pciutils/pciutils-3.1.7/makefile.patch         |   12 ++++++++++++
 meta/recipes-bsp/pciutils/pciutils_3.1.7.bb        |    5 +++--
 meta/recipes-core/udev/udev-164/makefile.patch     |   14 ++++++++++++++
 meta/recipes-core/udev/udev-new.inc                |    1 +
 meta/recipes-core/udev/udev_145.bb                 |    2 +-
 meta/recipes-devtools/perl/perl_5.12.3.bb          |    2 +-
 .../xcb/xcb-proto-1.6/aclocal.patch                |   20 ++++++++++++++++++++
 meta/recipes-graphics/xcb/xcb-proto.inc            |    3 ++-
 8 files changed, 54 insertions(+), 5 deletions(-)
 create mode 100644 meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch
 create mode 100644 meta/recipes-core/udev/udev-164/makefile.patch
 create mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/aclocal.patch




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

end of thread, other threads:[~2011-07-20 17:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18  6:13 [PATCH 0/4][PULL] Resend: multilib: change hard coded /usr/lib path Dongxiao Xu
2011-07-18  6:13 ` [PATCH 1/4] xcb-proto: add multilib support Dongxiao Xu
2011-07-18  6:13 ` [PATCH 2/4] pciutils: Change the hardcoded /usr/lib to support multilib Dongxiao Xu
2011-07-18  6:13 ` [PATCH 3/4] udev: Change hard coded " Dongxiao Xu
2011-07-18  7:08   ` Koen Kooi
2011-07-18 12:32     ` Koen Kooi
2011-07-18 12:37       ` Koen Kooi
2011-07-18 15:25       ` Mark Hatle
2011-07-18 15:29         ` Mark Hatle
2011-07-19  0:30           ` Xu, Dongxiao
2011-07-19  7:41             ` Koen Kooi
2011-07-19 17:12               ` Richard Purdie
2011-07-20 17:08             ` Khem Raj
2011-07-18  6:13 ` [PATCH 4/4] perl: revise the RRECOMMENDS_perl-modules for multilib case Dongxiao Xu
2011-07-20 17:01 ` [PATCH 0/4][PULL] Resend: multilib: change hard coded /usr/lib path Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2011-07-18  6:01 [PATCH 0/4][PULL] " Dongxiao Xu
2011-07-18  6:01 ` [PATCH 3/4] udev: Change hard coded /usr/lib to support multilib Dongxiao Xu

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.