Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1][PULL] multilib: map RDEPENDS for image type recipe
@ 2011-09-27  8:19 Dongxiao Xu
  2011-09-27  8:19 ` [PATCH 1/1] multilib.bbclass: map RDEPENDS for image recipes Dongxiao Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Dongxiao Xu @ 2011-09-27  8:19 UTC (permalink / raw)
  To: openembedded-core

Hi Richard,

This pull request is to fix the bug 1496 and 1527, which maps RDEPENDS for image type recipes.

Please help to review and pull.

Thanks,
Dongxiao

The following changes since commit 684a4b517d13884c315688967fadd5e6a4845b71:

  libffi: really populate -dev package (2011-09-26 20:50:27 +0100)

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

Dongxiao Xu (1):
  multilib.bbclass: map RDEPENDS for image recipes

 meta/classes/multilib.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




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

* [PATCH 1/1] multilib.bbclass: map RDEPENDS for image recipes
  2011-09-27  8:19 [PATCH 0/1][PULL] multilib: map RDEPENDS for image type recipe Dongxiao Xu
@ 2011-09-27  8:19 ` Dongxiao Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Dongxiao Xu @ 2011-09-27  8:19 UTC (permalink / raw)
  To: openembedded-core

RDEPENDS of image type recipe needs to be mapped to make sure that the
packages included in the image should be multilib version.

[YOCTO #1496]
[YOCTO #1527]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/classes/multilib.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index 98f6911..433bc07 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -54,6 +54,7 @@ python __anonymous () {
 
     if bb.data.inherits_class('image', d):
         map_dependencies("PACKAGE_INSTALL", d)
+        map_dependencies("RDEPENDS", d)
         pinstall = d.getVar("PACKAGE_INSTALL", True) + " " + d.getVar("MULTILIB_PACKAGE_INSTALL", False)
         d.setVar("MULTILIB_PACKAGE_INSTALL", pinstall)
         d.setVar("PACKAGE_INSTALL", "")
-- 
1.7.1




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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27  8:19 [PATCH 0/1][PULL] multilib: map RDEPENDS for image type recipe Dongxiao Xu
2011-09-27  8:19 ` [PATCH 1/1] multilib.bbclass: map RDEPENDS for image recipes Dongxiao Xu

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