summaryrefslogtreecommitdiffstats
path: root/meta/classes/cve-check.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-04-27 14:22:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 13:35:15 +0100
commit4e2c92c68936bbda6f7074023542b4d47e55dae0 (patch)
treed3f82026f99594885b2ce74e8d38c51e87631f3f /meta/classes/cve-check.bbclass
parentddda3af6a1ce816c9f63e5a2ba19eb96c7e9c89c (diff)
downloadpoky-4e2c92c68936bbda6f7074023542b4d47e55dae0.tar.gz
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>
Diffstat (limited to 'meta/classes/cve-check.bbclass')
-rw-r--r--meta/classes/cve-check.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass
index 78516d0bb6..7cf206299b 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -126,7 +126,7 @@ python do_cve_check () {
126 126
127} 127}
128 128
129addtask cve_check before do_build after do_fetch 129addtask cve_check before do_build
130do_cve_check[depends] = "cve-update-db-native:do_fetch" 130do_cve_check[depends] = "cve-update-db-native:do_fetch"
131do_cve_check[nostamp] = "1" 131do_cve_check[nostamp] = "1"
132 132