From dabc75f797a1c54c4a9ceb12efd2b41a410b098b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 5 Jun 2020 11:24:17 +0200 Subject: 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 --- recipes-core/systemd/systemd_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}... -- cgit v1.2.3