diff options
| -rw-r--r-- | meta-security-isafw/classes/isafw.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
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() { | |||
| 105 | os.environ["PATH"] = savedenv["PATH"] | 105 | os.environ["PATH"] = savedenv["PATH"] |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | do_build[depends] += "cve-update-db-native:do_populate_cve_db ca-certificates-native:do_populate_sysroot" | 108 | do_build[depends] += "cve-update-db-native:do_fetch ca-certificates-native:do_populate_sysroot" |
| 109 | do_build[depends] += "python3-lxml-native:do_populate_sysroot" | 109 | do_build[depends] += "python3-lxml-native:do_populate_sysroot" |
| 110 | 110 | ||
| 111 | # These tasks are intended to be called directly by the user (e.g. bitbake -c) | 111 | # These tasks are intended to be called directly by the user (e.g. bitbake -c) |
| @@ -179,7 +179,6 @@ fakeroot python do_analyse_image() { | |||
| 179 | } | 179 | } |
| 180 | 180 | ||
| 181 | do_rootfs[depends] += "checksec-native:do_populate_sysroot ca-certificates-native:do_populate_sysroot" | 181 | do_rootfs[depends] += "checksec-native:do_populate_sysroot ca-certificates-native:do_populate_sysroot" |
| 182 | do_rootfs[depends] += "prelink-native:do_populate_sysroot" | ||
| 183 | do_rootfs[depends] += "python3-lxml-native:do_populate_sysroot" | 182 | do_rootfs[depends] += "python3-lxml-native:do_populate_sysroot" |
| 184 | 183 | ||
| 185 | isafw_init[vardepsexclude] = "DATETIME" | 184 | isafw_init[vardepsexclude] = "DATETIME" |
