summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorChris Laplante <chris.laplante@agilent.com>2020-09-14 11:33:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-14 22:45:09 +0100
commit790f8a5bfbd1851226fa5fc5b09e79f6396e747d (patch)
treecb52255181f9d1e3d22003db6c0d8a046f783873 /meta/recipes-core
parentfcbc9d0e8421a3a559db05005ba042337cd5d864 (diff)
downloadopenembedded-core-790f8a5bfbd1851226fa5fc5b09e79f6396e747d.tar.gz
cve-update-db-native: remove unused variable
Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/cve-update-db-native.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/cve-update-db-native.bb b/meta/recipes-core/meta/cve-update-db-native.bb
index 242fbc2f30..cf2b251e21 100644
--- a/meta/recipes-core/meta/cve-update-db-native.bb
+++ b/meta/recipes-core/meta/cve-update-db-native.bb
@@ -33,7 +33,6 @@ python do_fetch() {
db_file = d.getVar("CVE_CHECK_DB_FILE")
db_dir = os.path.dirname(db_file)
- json_tmpfile = os.path.join(db_dir, 'nvd.json.gz')
if os.path.exists("{0}-journal".format(db_file)):
# If a journal is present the last update might have been interrupted. In that case,