It is not guaranteed to build or work otherwise, and causes update failures in unrelated recipes when building for musl for instance.
Signed-off-by: Alexander Kanavin <[email protected]> --- scripts/auh-config/local.conf.append | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/auh-config/local.conf.append b/scripts/auh-config/local.conf.append index b18590f..417d228 100644 --- a/scripts/auh-config/local.conf.append +++ b/scripts/auh-config/local.conf.append @@ -1,4 +1,5 @@ INHERIT += "buildhistory" LICENSE_FLAGS_WHITELIST = "commercial" -DISTRO_FEATURES_append = ' systemd pam' +DISTRO_FEATURES_append_libc-glibc = ' systemd' +DISTRO_FEATURES_append = ' pam' -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54207): https://lists.yoctoproject.org/g/yocto/message/54207 Mute This Topic: https://lists.yoctoproject.org/mt/84446523/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
