]> code.ossystems Code Review - openembedded-core.git/commitdiff
cve-update-db-native: remove unused variable
authorChris Laplante <chris.laplante@agilent.com>
Mon, 14 Sep 2020 15:33:20 +0000 (11:33 -0400)
committerSteve Sakoman <steve@sakoman.com>
Mon, 28 Sep 2020 17:55:37 +0000 (07:55 -1000)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 790f8a5bfbd1851226fa5fc5b09e79f6396e747d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/meta/cve-update-db-native.bb

index 73da8ae6a2d16fca90daa0bdc7182613e7e6beb2..0cd3a1c1534c9f6600f7fe28755f826649d006a3 100644 (file)
@@ -33,7 +33,6 @@ python do_populate_cve_db() {
 
     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,