* [PATCH] multilib.bbclass: Drop populate_sdk_base exclusion
@ 2012-11-21 10:13 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-11-21 10:13 UTC (permalink / raw)
To: openembedded-core
With this recently introduced exclusion, <multilib>-meta-toolchain-sdk
throws errors about missing DEPENDS that don't exist since it needs the
PROVIDES/DEPENDS remapping. This patch tweaks the class tests to fix
the errors.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index c249925..b379754 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -73,7 +73,7 @@ python __anonymous () {
clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK")
clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK_ATTEMPTONLY")
- if bb.data.inherits_class('image', d) or bb.data.inherits_class('populate_sdk_base', d):
+ if bb.data.inherits_class('image', d):
return
clsextend.map_depends_variable("DEPENDS")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-21 10:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 10:13 [PATCH] multilib.bbclass: Drop populate_sdk_base exclusion Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox