diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-03-13 16:13:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-13 22:08:46 +0000 |
| commit | 6243d7b8ce64a04e86e52edf46a4bb4ac1451e2e (patch) | |
| tree | 7b86f388e33d36ffbb49ecf0fe3844a2507b0741 | |
| parent | b5624ee5643d881afa004571a096a189ab5389b5 (diff) | |
| download | poky-6243d7b8ce64a04e86e52edf46a4bb4ac1451e2e.tar.gz | |
cve-update-nvd2-native: Fix typo in comment
attmepts -> attempts
(From OE-Core rev: dc18aaeda8e810f9082a0ceac08e5e4275bbd0f7)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 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 |
| 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" |
