mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 01:09:40 +01:00
This recently got an updated CPE which matches this recipe, but the issue is related to an entirely different shadow project so ignore it. (From OE-Core rev: d0b1f61eb1fadf44b2e4fba13b6a94140cf029db) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2331e98abb09cbcd56625d65c4e5d258dc29dd04) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
501 B
BlitzBasic
15 lines
501 B
BlitzBasic
require shadow.inc
|
|
|
|
# Build falsely assumes that if --enable-libpam is set, we don't need to link against
|
|
# libcrypt. This breaks chsh.
|
|
BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
# Severity is low and marked as closed and won't fix.
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=884658
|
|
CVE_CHECK_IGNORE += "CVE-2013-4235"
|
|
|
|
# This is an issue for a different shadow
|
|
CVE_CHECK_IGNORE += "CVE-2016-15024"
|