From ba4485f331e5d93195fae39f454114ed88c1d56c Mon Sep 17 00:00:00 2001 From: Akshay Bhat Date: Thu, 3 Mar 2022 11:39:19 -0500 Subject: meta-security-isafw: Fixes to work with oe-core master Update isafw bbclass to build with oe-core master - prelink support was dropped in oe-core as part of 23c0be78106f - do_populate_cve_db was renamed to do_fetch in oe-core as part of f5f97d33a1703d Signed-off-by: Akshay Bhat Signed-off-by: Armin Kuster --- meta-security-isafw/classes/isafw.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-security-isafw/classes') diff --git a/meta-security-isafw/classes/isafw.bbclass b/meta-security-isafw/classes/isafw.bbclass index da6bf76..3854c0f 100644 --- a/meta-security-isafw/classes/isafw.bbclass +++ b/meta-security-isafw/classes/isafw.bbclass @@ -105,7 +105,7 @@ python process_reports_handler() { os.environ["PATH"] = savedenv["PATH"] } -do_build[depends] += "cve-update-db-native:do_populate_cve_db ca-certificates-native:do_populate_sysroot" +do_build[depends] += "cve-update-db-native:do_fetch ca-certificates-native:do_populate_sysroot" do_build[depends] += "python3-lxml-native:do_populate_sysroot" # These tasks are intended to be called directly by the user (e.g. bitbake -c) @@ -179,7 +179,6 @@ fakeroot python do_analyse_image() { } do_rootfs[depends] += "checksec-native:do_populate_sysroot ca-certificates-native:do_populate_sysroot" -do_rootfs[depends] += "prelink-native:do_populate_sysroot" do_rootfs[depends] += "python3-lxml-native:do_populate_sysroot" isafw_init[vardepsexclude] = "DATETIME" -- cgit v1.2.3-54-g00ecf