mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
kexec-tools: Ignore Fedora/RedHat specific CVE-2021-20269
(From OE-Core rev: d34567be6e87afdec55973f8f75be8d44b4acd1b) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
e66a386604
commit
facedadb5c
@@ -30,6 +30,9 @@ inherit autotools update-rc.d systemd
|
|||||||
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
||||||
EXTRA_OECONF = " --with-zlib=yes"
|
EXTRA_OECONF = " --with-zlib=yes"
|
||||||
|
|
||||||
|
# affects kexec-tools shipped by Fedora versions prior to 2.0.21-8 and RHEL versions prior to 2.0.20-47.
|
||||||
|
CVE_CHECK_WHITELIST += "CVE-2021-20269"
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile_prepend() {
|
||||||
# Remove the prepackaged config.h from the source tree as it overrides
|
# Remove the prepackaged config.h from the source tree as it overrides
|
||||||
# the same file generated by configure and placed in the build tree
|
# the same file generated by configure and placed in the build tree
|
||||||
|
|||||||
Reference in New Issue
Block a user