summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-09-10 22:04:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-22 17:56:52 +0000
commitee62d4540e6a2ad5d071209b7bef26b367719b42 (patch)
tree9942f7af1e4dc21b7bde5d41a0aaa6d31f4e0939 /meta/classes
parentee9345f86406e4d27f3337249ac6d099e77f9bb8 (diff)
downloadpoky-ee62d4540e6a2ad5d071209b7bef26b367719b42.tar.gz
cve-update-db-native: use fetch task
Instead of inventing a new task to fetch the CVE data, use the existing fetch task. (From OE-Core rev: 1ed53d5cfc2be40b2d57b5392ec4d30313209934) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f5f97d33a1703d75b9fd9760f2c7767081538e00) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 b6df2c31da..97cbc63d1d 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -110,7 +110,7 @@ python do_cve_check () {
110} 110}
111 111
112addtask cve_check before do_build after do_fetch 112addtask cve_check before do_build after do_fetch
113do_cve_check[depends] = "cve-update-db-native:do_populate_cve_db" 113do_cve_check[depends] = "cve-update-db-native:do_fetch"
114do_cve_check[nostamp] = "1" 114do_cve_check[nostamp] = "1"
115 115
116python cve_check_cleanup () { 116python cve_check_cleanup () {