summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-05-26 13:25:57 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:35:40 +0100
commit6632d136cada3ae3b4cecdf29c611101778da5d4 (patch)
tree97acb3b4ac32024e81e616128c46cd3fd38ddba0 /recipes-core
parent0c2b0057b44f1fdd43343df8b5f13f6d273adb1c (diff)
systemd: rework packageconfig for meson build
The upstream systemd recipe now uses meson to build systemd. Follow the changed config syntax. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/systemd/systemd_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index a31646f..afbc6f8 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -4,7 +4,7 @@ SRC_URI += "file://rndis.network"
PACKAGECONFIG_append = " networkd"
-PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
+PACKAGECONFIG[acl] = "-Dacl=true,-Dacl=false,acl"
do_install_append() {
# The network files need to be in /usr/lib/systemd, not ${systemd_unitdir}...