From efb2ec4b7b353e535e65a6ec829305b282464119 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 12 Jul 2022 18:03:23 +0200 Subject: [PATCH] networkmanager: clean up bbappend NetworkManager package moved from autotools to meson build system, so some of the configs we added in the bbappend do not apply anymore. Remove dead code and clean up the bbappend. Signed-off-by: Javier Viguera --- .../networkmanager/networkmanager_%.bbappend | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/meta-digi-dey/recipes-connectivity/networkmanager/networkmanager_%.bbappend b/meta-digi-dey/recipes-connectivity/networkmanager/networkmanager_%.bbappend index a80bfc535..8c594c368 100644 --- a/meta-digi-dey/recipes-connectivity/networkmanager/networkmanager_%.bbappend +++ b/meta-digi-dey/recipes-connectivity/networkmanager/networkmanager_%.bbappend @@ -19,19 +19,13 @@ SRC_URI += " \ file://p2pbridge \ " -# 'polkit' depends on 'consolekit', and this requires 'x11' distro feature. So -# disable those compile time options to be able to build for framebuffer -# based images. -DEPENDS:remove = "polkit" -EXTRA_OECONF += "--enable-polkit=disabled" -PACKAGECONFIG:remove:dey = "consolekit" - -# Adjust other compile time options to save space -PACKAGECONFIG:remove:dey = "netconfig nss" +# +# Adjust compile time options: +# * consolekit depends on X11. Disable to allow building framebuffer images. +# +PACKAGECONFIG:remove:dey = "consolekit nss" PACKAGECONFIG:append = " gnutls modemmanager ppp concheck" -EXTRA_OECONF:append = " --disable-introspection" - # # NetworkManager only accepts IP addresses in CIDR format #