diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-03-17 16:21:47 -1000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-03-25 04:11:25 -1000 |
| commit | a2271ac5a96fc483d27053b377d5db6d15895981 (patch) | |
| tree | 2a770db14ff2cf40faf63717b7f1f21b3ca535d7 | |
| parent | 6269fbcd4fa38b2e81f695cf84d8ae2b19afad58 (diff) | |
| download | poky-a2271ac5a96fc483d27053b377d5db6d15895981.tar.gz | |
cve-update-nvd2-native: Fix typo in comment
attmepts -> attempts
(From OE-Core rev: 6f49c54a0ecc9d6e79816ce8dd7b65e5a8013df6)
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.bb | 2 |
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 |
| 27 | CVE_DB_UPDATE_INTERVAL ?= "86400" | 27 | CVE_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 |
| 30 | CVE_DB_UPDATE_ATTEMPTS ?= "5" | 30 | CVE_DB_UPDATE_ATTEMPTS ?= "5" |
| 31 | 31 | ||
| 32 | CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db" | 32 | CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db" |
