summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-05 11:24:17 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-06-08 22:05:32 +0200
commitdabc75f797a1c54c4a9ceb12efd2b41a410b098b (patch)
tree1d455ae3067f90564fcf879c772dcace7acc717f
parentda1129748dbea46522269eb87a99502f12ed20e8 (diff)
Revert "systemd: rework packageconfig for meson build"
This reverts commit da1129748dbea46522269eb87a99502f12ed20e8. With the revert of the systemd version in angstrom this bbappend needs the revert too. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-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 afbc6f8..a31646f 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] = "-Dacl=true,-Dacl=false,acl"
+PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
do_install_append() {
# The network files need to be in /usr/lib/systemd, not ${systemd_unitdir}...