[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4565/8267] cve-check.bbclass: Fix dependencies



commit 0d637857f2a8387e38da2ed590a10daf595ed124
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Thu Feb 9 21:38:31 2017 +0200

    cve-check.bbclass: Fix dependencies
    
    With recipe-specific sysroots the cve_check task must depend on
    cve-check-tool-native:do_populate_sysroot to get the cve-check-tool
    binary into the recipe sysroot.
    
    A normal DEPENDS isn't used to avoid cyclic dependencies.
    
    (From OE-Core rev: bd60b1018bc0304bc928701e6d1090c8b1223616)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/cve-check.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass
index aad0573..0e4294f 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -62,7 +62,7 @@ python do_cve_check () {
 }
 
 addtask cve_check after do_unpack before do_build
-do_cve_check[depends] = "cve-check-tool-native:do_populate_cve_db"
+do_cve_check[depends] = "cve-check-tool-native:do_populate_sysroot cve-check-tool-native:do_populate_cve_db"
 do_cve_check[nostamp] = "1"
 
 python cve_check_cleanup () {


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