summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/cve-check.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass
index 70d1988a70..6c04ff9f09 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -111,6 +111,7 @@ python do_cve_check () {
111} 111}
112 112
113addtask cve_check before do_build after do_fetch 113addtask cve_check before do_build after do_fetch
114do_cve_check[lockfiles] += "${CVE_CHECK_DB_FILE_LOCK}"
114do_cve_check[depends] = "cve-update-db-native:do_fetch" 115do_cve_check[depends] = "cve-update-db-native:do_fetch"
115do_cve_check[nostamp] = "1" 116do_cve_check[nostamp] = "1"
116 117