cve-check: no need to depend on the fetch task

The only part of the cve-check task which needs files is the patch
examination, and typically these patches are local so fetch isn't needed.

(From OE-Core rev: 2c9b3186d3b7c18cbea239ab9b06e85b7c243b54)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2022-04-27 14:22:28 +01:00
committed by Richard Purdie
parent ddda3af6a1
commit 4e2c92c689

View File

@@ -126,7 +126,7 @@ python do_cve_check () {
}
addtask cve_check before do_build after do_fetch
addtask cve_check before do_build
do_cve_check[depends] = "cve-update-db-native:do_fetch"
do_cve_check[nostamp] = "1"