]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
cve-check: no need to depend on the fetch task
authorRoss Burton <ross.burton@arm.com>
Wed, 27 Apr 2022 13:22:28 +0000 (14:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2022 12:35:10 +0000 (13:35 +0100)
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cve-check.bbclass

index 78516d0bb63a59df3e42c83be267453fae15c19d..7cf206299bf90d9f7293c08fbd9ab66bbdda015d 100644 (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"