aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/server
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego@xilinx.com>2018-12-28 12:47:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-28 16:57:37 +0000
commit25b585b981cc7e4ed48b0f7c89a075486fa1eb2b (patch)
tree23cbb3b34ba29da315353eea45d916c976928429 /lib/bb/server
parenta5f5ec9e09e2b2891cade97d0568284fc064cb26 (diff)
downloadbitbake-contrib-25b585b981cc7e4ed48b0f7c89a075486fa1eb2b.tar.gz
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. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/server')
0 files changed, 0 insertions, 0 deletions