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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-07-12 18:03:23 +02:00
parent a2ed98ef58
commit efb2ec4b7b
1 changed files with 5 additions and 11 deletions

View File

@ -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
#