]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: fix task dependency regression
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 17 Jan 2016 23:26:33 +0000 (12:26 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 16:35:38 +0000 (16:35 +0000)
commit80309a2ba25de219b5339f1af6d5052d6229b676
tree4df546326a0b112f6c75bae2cf7df060cd6489eb
parente609a4dea2f6d9744e7d2a6650bebf2c02398907
classes/populate_sdk_ext: fix task dependency regression

Fix a regression caused by OE-Core revision
eabeb26335b1a4eb1e68218160dbdbe8fdf36272 where we lost the task
dependency on packages in TOOLCHAIN_HOST_TASK (such as
meta-environment-extsdk-${MACHINE}) which led to errors about missing
packages when building the extensible SDK. This happened because I only
moved half of the dependencies coming from the standard SDK task to
do_sdk_depends.

While I'm at it, tidy up the do_populate_sdk_ext[depends] line.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass