mortsgna-libc-musl: remove ldconfig from distro-features

| Nothing RPROVIDES 'ldconfig' (but openembedded-core/meta/recipes-core/systemd/systemd_243.bb RDEPENDS on or otherwise requires it)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-12-08 15:35:10 +01:00
parent 63d5a3b6ab
commit 9883633e4f

View File

@@ -4,6 +4,8 @@
# libc settings
DISTRO_FEATURES += "${@['', ' nls'][d.getVar('ENABLE_BINARY_LOCALE_GENERATION') == '1']}"
DISTRO_FEATURES_remove = "ldconfig"
USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
USE_NLS_gcc-cross = "no"