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-12 16:44:06 +0100
commite163bed574a91694c71dad68f6284d0aa1f66da6 (patch)
tree78d14bdd9e151a8ee35139cd6122b7c21c7c15fb
parentb1a9c64d5d836a104c6feba669269356b1083628 (diff)
downloadpoky-e163bed574a91694c71dad68f6284d0aa1f66da6.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: a76b642736d78cd4dec0ae264da6d0ffd4e9aaf7) 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> 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 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