summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2023-04-12 12:19:26 +0200
committerSteve Sakoman <steve@sakoman.com>2023-06-15 05:13:31 -1000
commitc7e1611ab0e72e18d3e41cfb8eaa157dab4d97ad (patch)
tree7a9928eb9b5baf99a937f98c470a19beddec6075 /meta/recipes-core
parentb8ae26aabe825c1bc8d84fd7e0ee197695f1dee7 (diff)
downloadopenembedded-core-contrib-c7e1611ab0e72e18d3e41cfb8eaa157dab4d97ad.tar.gz
cve-update-nvd2-native: added the missing http import
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit 39d2cde7eb922cb0a2cf9402cd8b3ae3b4cc2f62) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/cve-update-nvd2-native.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb
index 1c14481c21..2b585983ac 100644
--- a/meta/recipes-core/meta/cve-update-nvd2-native.bb
+++ b/meta/recipes-core/meta/cve-update-nvd2-native.bb
@@ -118,6 +118,7 @@ def nvd_request_next(url, api_key, args):
import urllib.request
import urllib.parse
import gzip
+ import http
headers = {}
if api_key: