Skip to content
Snippets Groups Projects
Commit fbacc022 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

systemd: Move nogplv3 handling to meta-seconorth-nogplv3

parent ce63a82c
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!403Adapt layer to work with the meta-seconorth-nogplv3 layer
# We use network manager for the guf-wayland distro # We use network manager for the guf-wayland distro
# but the no-gplv3 variants are using systemd-networkd # but for FNGSystem we are using systemd-networkd
# as network-manager does not work without some gplv3 PACKAGECONFIG:remove = "networkd"
# tools PACKAGECONFIG:append:fng = "networkd"
PACKAGECONFIG:remove = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', 'networkd', '', d)}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment