summaryrefslogtreecommitdiffstats
path: root/meta/classes/cve-check.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-09-10 22:04:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-12 14:49:00 +0100
commit33efd9351702e08a53e6512e235f947e4f9e914f (patch)
treefe9d6adf513ae315aad2f43162bb1824c558d25b /meta/classes/cve-check.bbclass
parentf0d9c8926be8ef9f21e3707de4a449ed63ea9067 (diff)
downloadpoky-33efd9351702e08a53e6512e235f947e4f9e914f.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: f5f97d33a1703d75b9fd9760f2c7767081538e00) 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 17f64a8a9c..02fef7c205 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -97,7 +97,7 @@ python do_cve_check () {
97} 97}
98 98
99addtask cve_check before do_build after do_fetch 99addtask cve_check before do_build after do_fetch
100do_cve_check[depends] = "cve-update-db-native:do_populate_cve_db" 100do_cve_check[depends] = "cve-update-db-native:do_fetch"
101do_cve_check[nostamp] = "1" 101do_cve_check[nostamp] = "1"
102 102
103python cve_check_cleanup () { 103python cve_check_cleanup () {