diff options
author | Alejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego@xilinx.com> | 2018-12-28 12:47:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-28 17:03:13 +0000 |
commit | c425c0a38fc4af0ed208328470fb082cab4d00c7 (patch) | |
tree | e8c10d7813c54dcfbcce724d38ccccf869dada71 /meta/recipes-graphics/images | |
parent | cc73390a75d98b96eb861ae0624283c1ea6ef1bd (diff) | |
download | poky-c425c0a38fc4af0ed208328470fb082cab4d00c7.tar.gz |
bitbake: cooker: fix indirect multiconfig dependencies
When an indirect multiconfig dependency exists, such as:
A depends on B, B has a multiconfig dependency to C,and our build
target is A, the multiconfig dependency to C is not processed on
time, hence no providers are added for it, causing an exception in
the runqueue because the dependency does exist in it.
Call add_unresolved() for all available multiconfigs before processing
providers for multiconfig dependencies, detecting mcdepends on time so
providers for them can be added correctly.
(Bitbake rev: 25b585b981cc7e4ed48b0f7c89a075486fa1eb2b)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images')
0 files changed, 0 insertions, 0 deletions