From da1129748dbea46522269eb87a99502f12ed20e8 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 26 May 2018 13:25:57 +0200 Subject: 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 (cherry picked from commit 6632d136cada3ae3b4cecdf29c611101778da5d4) --- 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 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}... -- cgit v1.2.3