From 97dc1a2844d1f954fc0c86fe406ffbacc88a2133 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 2 Jan 2021 12:25:21 -0800 Subject: dropbear: Disable lastlog and wtmp on musl Not provided by musl library Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/dropbear/dropbear.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core/dropbear/dropbear.inc') 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 \ -- cgit 1.2.3-korg