From d8bbe87c7c3b48bb66b24575a6f6ba942e309523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 14 Nov 2018 15:07:12 +0100 Subject: [PATCH] mortsgna-musl: remove redundant ipv4 from DISTRO_FEATURES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/include/mortsgna-musl.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/distro/include/mortsgna-musl.inc b/conf/distro/include/mortsgna-musl.inc index 194fcd4..b83c200 100644 --- a/conf/distro/include/mortsgna-musl.inc +++ b/conf/distro/include/mortsgna-musl.inc @@ -3,10 +3,6 @@ # The things musl can provide. We default to wanting musl to provide them. # libc settings DISTRO_FEATURES += "${@['', ' nls'][d.getVar('ENABLE_BINARY_LOCALE_GENERATION', 1) == '1']}" -# FIXME: We enable IPv4 per default to avoid alot of breakage. -# FIXME: Figure out an acceptable way to negotiate either -# FIXME: desired features or hard requirements, either top-down or bottom-up. -DISTRO_FEATURES += " ipv4" USE_NLS_glib-2.0 = "yes" USE_NLS_glib-2.0-native = "yes"