From 5978f83dd766e772dbe2bfd575162401e5538793 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 27 Sep 2014 14:12:28 +0200 Subject: [PATCH] systemd 216: turn on resolved and networkd Signed-off-by: Koen Kooi --- recipes-tweaks/systemd/systemd_216.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tweaks/systemd/systemd_216.bb b/recipes-tweaks/systemd/systemd_216.bb index b04be0a..54284bc 100644 --- a/recipes-tweaks/systemd/systemd_216.bb +++ b/recipes-tweaks/systemd/systemd_216.bb @@ -51,7 +51,7 @@ LDFLAGS_append_libc-uclibc = " -lrt" GTKDOC_DOCDIR = "${S}/docs/" -PACKAGECONFIG ??= "xz" +PACKAGECONFIG ??= "xz resolved networkd" PACKAGECONFIG[journal-upload] = "--enable-libcurl,--disable-libcurl,curl" # Sign the journal for anti-tampering PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"