[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7623/8267] cve-check-tool: change BB_NO_NETWORK error to a warning



commit 4efeceb8a672dd9372820daa143903a934e4d20a
Author: Mikko Rapeli <mikko rapeli bmw de>
Date:   Wed Sep 6 14:08:16 2017 +0300

    cve-check-tool: change BB_NO_NETWORK error to a warning
    
    It is perfectly fine to execute cve_check tasks against a cached
    CVE database during a BB_NO_NETWORK build.
    
    (From OE-Core rev: acc9994a77972c49a98aabbfd579973885c95f10)
    
    Signed-off-by: Mikko Rapeli <mikko rapeli bmw de>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../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 4829b11..7b70daa 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"
 
 do_populate_cve_db() {
     if [ "${BB_NO_NETWORK}" = "1" ] ; then
-        bberror "BB_NO_NETWORK is set; Can't update cve-check-tool database, CVEs won't be checked"
+        bbwarn "BB_NO_NETWORK is set; Can't update cve-check-tool database, new CVEs won't be detected"
         return
     fi
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]