diff options
-rw-r--r-- | meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb b/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb index 4829b118fe..7b70daa323 100644 --- a/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb +++ b/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb | |||
@@ -30,7 +30,7 @@ CFLAGS_append = " -Wno-error=pedantic" | |||
30 | 30 | ||
31 | do_populate_cve_db() { | 31 | do_populate_cve_db() { |
32 | if [ "${BB_NO_NETWORK}" = "1" ] ; then | 32 | if [ "${BB_NO_NETWORK}" = "1" ] ; then |
33 | bberror "BB_NO_NETWORK is set; Can't update cve-check-tool database, CVEs won't be checked" | 33 | bbwarn "BB_NO_NETWORK is set; Can't update cve-check-tool database, new CVEs won't be detected" |
34 | return | 34 | return |
35 | fi | 35 | fi |
36 | 36 | ||