summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
index 871b36440f..206c6ccae7 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
@@ -30,6 +30,9 @@ inherit autotools update-rc.d systemd
30export LDFLAGS = "-L${STAGING_LIBDIR}" 30export LDFLAGS = "-L${STAGING_LIBDIR}"
31EXTRA_OECONF = " --with-zlib=yes" 31EXTRA_OECONF = " --with-zlib=yes"
32 32
33# affects kexec-tools shipped by Fedora versions prior to 2.0.21-8 and RHEL versions prior to 2.0.20-47.
34CVE_CHECK_WHITELIST += "CVE-2021-20269"
35
33do_compile_prepend() { 36do_compile_prepend() {
34 # Remove the prepackaged config.h from the source tree as it overrides 37 # Remove the prepackaged config.h from the source tree as it overrides
35 # the same file generated by configure and placed in the build tree 38 # the same file generated by configure and placed in the build tree