]> code.ossystems Code Review - openembedded-core.git/commit
native: Move virtclass override to earlier so DEPENDS is handled correctly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jul 2015 11:16:03 +0000 (12:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jul 2015 11:20:35 +0000 (12:20 +0100)
commite9bfd0583d7796cb9f71ff8762650e057103e3d2
tree0c2bcb639009f1bbc129b75438b6f3faf16ff499
parent8d3938782cce8461f9e5d5e7aeed858232bb0cc0
native: Move virtclass override to earlier so DEPENDS is handled correctly

Currently the virtclass override is added too late to be taken into
account when DEPENDS and other variables are processed by the virtclass
extension code. This sets the overrides in a more optimal place, meaning
they are accounted for in variables like DEPENDS.

Recipes in meta-oe like libwmf-native showed the issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass