From: Khem Raj Date: Sat, 2 Jan 2021 20:25:21 +0000 (-0800) Subject: dropbear: Disable lastlog and wtmp on musl X-Git-Tag: uninative-2.10~295 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=97dc1a2844d1f954fc0c86fe406ffbacc88a2133;p=openembedded-core.git dropbear: Disable lastlog and wtmp on musl Not provided by musl library Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 080ee26b2e..a30f98faa4 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc @@ -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 \