summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-03-13 16:13:26 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-20 06:02:50 -1000
commite1e4d53ce8c3040768ffb166813b82e791c5dc0f (patch)
tree2be534fceb19e00835f9320f3344a6c406249a00
parent12c5aa2329f5a34f7cda019215100a72a9857210 (diff)
downloadpoky-e1e4d53ce8c3040768ffb166813b82e791c5dc0f.tar.gz
cve-update-nvd2-native: Fix typo in comment
attmepts -> attempts (From OE-Core rev: 0c2e186e1ed8a904945066672e8e2af8b2ea284c) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit dc18aaeda8e810f9082a0ceac08e5e4275bbd0f7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/meta/cve-update-nvd2-native.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb
index bfe48b27e7..f21c139aa5 100644
--- a/meta/recipes-core/meta/cve-update-nvd2-native.bb
+++ b/meta/recipes-core/meta/cve-update-nvd2-native.bb
@@ -26,7 +26,7 @@ NVDCVE_API_KEY ?= ""
26# Use a negative value to skip the update 26# Use a negative value to skip the update
27CVE_DB_UPDATE_INTERVAL ?= "86400" 27CVE_DB_UPDATE_INTERVAL ?= "86400"
28 28
29# Number of attmepts for each http query to nvd server before giving up 29# Number of attempts for each http query to nvd server before giving up
30CVE_DB_UPDATE_ATTEMPTS ?= "5" 30CVE_DB_UPDATE_ATTEMPTS ?= "5"
31 31
32CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db" 32CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db"