summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-03-17 16:21:47 -1000
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:02:32 -1000
commit17634daabd9daa162a68ff57e814f099829c34e2 (patch)
treec1fded63b232cd26a1de03e536be316c1a2eb37a /meta
parent8b77dd2bcfec627dc8bf013c62de5582bf224f8e (diff)
downloadpoky-17634daabd9daa162a68ff57e814f099829c34e2.tar.gz
cve-update-nvd2-native: Fix typo in comment
attmepts -> attempts (From OE-Core rev: 3ce55e2a1e680de1cd9be735fb766a1366e88a98) 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>
Diffstat (limited to 'meta')
-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 69ba20a6cb..9b6e746add 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"