mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 03:00:06 +00:00
dropbear: Disable lastlog and wtmp on musl
Not provided by musl library (From OE-Core rev: 97dc1a2844d1f954fc0c86fe406ffbacc88a2133) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
270d61ccb3
commit
edc9198e16
@ -58,6 +58,9 @@ EXTRA_OECONF += "\
|
||||
# This is causing [textrel] QA warning
|
||||
EXTRA_OECONF += "--disable-harden"
|
||||
|
||||
# musl does not implement wtmp/logwtmp APIs
|
||||
EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir} \
|
||||
${D}${sysconfdir}/init.d \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user