mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
multilib.bbclass: Drop populate_sdk_base exclusion
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. (From OE-Core rev: 9cc18fe12bd8d1c73df291b4057aab6167ef6b16) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user