summaryrefslogtreecommitdiffstats
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-05-14 20:26:34 +0100
commit66b0097533ebf8ddac25f75af1f87b02ecaec37f (patch)
tree06994deadece070e3a1c7c91b4c35cb7fa2997e2
parent24f305b4dda732ff5bd994f7fd15bef0a0722219 (diff)
downloadpoky-66b0097533ebf8ddac25f75af1f87b02ecaec37f.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: 72e5204bc7272414cc7bcfba18f52a177242ed79) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2c9b3186d3b7c18cbea239ab9b06e85b7c243b54) Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 3dc8edd6611e7ad4abcece44ca4701eda7aeff94) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 a7156cbdfb..41b4eb2dbf 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -121,7 +121,7 @@ python do_cve_check () {
121 121
122} 122}
123 123
124addtask cve_check before do_build after do_fetch 124addtask cve_check before do_build
125do_cve_check[depends] = "cve-update-db-native:do_fetch" 125do_cve_check[depends] = "cve-update-db-native:do_fetch"
126do_cve_check[nostamp] = "1" 126do_cve_check[nostamp] = "1"
127 127