]> code.ossystems Code Review - openembedded-core.git/commit
cve-check.bbclass: Fix dependencies
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 9 Feb 2017 19:38:31 +0000 (21:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Feb 2017 17:29:42 +0000 (09:29 -0800)
commitbd60b1018bc0304bc928701e6d1090c8b1223616
treec5fdb6a94aa0cc577be990c4a4408f333a303ff5
parent1dc8010afd71fe46fb28bb86fb7c07a5fbd3d7cf
cve-check.bbclass: Fix dependencies

With recipe-specific sysroots the cve_check task must depend on
cve-check-tool-native:do_populate_sysroot to get the cve-check-tool
binary into the recipe sysroot.

A normal DEPENDS isn't used to avoid cyclic dependencies.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cve-check.bbclass