]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "cve-check: add lockfile to task"
authorRoss Burton <ross@burtonini.com>
Wed, 23 Feb 2022 12:54:32 +0000 (12:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Feb 2022 12:34:05 +0000 (12:34 +0000)
Now that all of the functions in cve-check open the database read-only,
we can remove this lockfile.

This means cve-check can run in parallal again, improving runtimes
massively.

This reverts commit d55fbf4779483d2cfd71df78d0f733b599fef739.

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

index d715fbf4d8a001e6268e4f8a8c38f6422909891c..079d09a76f46171d03b40345244716998f7a0519 100644 (file)
@@ -111,7 +111,6 @@ python do_cve_check () {
 }
 
 addtask cve_check before do_build after do_fetch
-do_cve_check[lockfiles] += "${CVE_CHECK_DB_FILE_LOCK}"
 do_cve_check[depends] = "cve-update-db-native:do_fetch"
 do_cve_check[nostamp] = "1"