Skip to content
Snippets Groups Projects
Unverified Commit 3b39bee1 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

cve-check.bbclass: Follow task rename of do_populate_cve_db


This renames was introduce in oe-core as part of:

commit f5f97d33a1703d75b9fd9760f2c7767081538e00
Author: Ross Burton <ross@burtonini.com>
Date:   Thu Sep 10 22:04:13 2020 +0100
    cve-update-db-native: use fetch task

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 6bce7625
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ python do_cve_check () {
}
addtask cve_check before do_build after do_fetch
do_cve_check[depends] = "cve-update-db-native:do_populate_cve_db"
do_cve_check[depends] = "cve-update-db-native:do_fetch"
do_cve_check[nostamp] = "1"
python cve_check_cleanup () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment