From: Ross Burton Date: Mon, 12 May 2014 12:14:53 +0000 (+0100) Subject: systemd: remove tcp-wrappers option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e7ce6b537035bfac6742214b3b2f987963fba3c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: remove tcp-wrappers option systemd version 212 removed the TCP wrappers support, so remove the PACKAGECONFIG stanza for it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_212.bb b/meta/recipes-core/systemd/systemd_212.bb index bbc5d34a198..233bd311449 100644 --- a/meta/recipes-core/systemd/systemd_212.bb +++ b/meta/recipes-core/systemd/systemd_212.bb @@ -47,7 +47,7 @@ LDFLAGS_append_libc-uclibc = " -lrt" GTKDOC_DOCDIR = "${S}/docs/" -PACKAGECONFIG ??= "xz tcp-wrappers" +PACKAGECONFIG ??= "xz" # Sign the journal for anti-tampering PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" # regardless of PACKAGECONFIG, libgcrypt is always required to expand @@ -55,7 +55,6 @@ PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" DEPENDS += "libgcrypt" # Compress the journal PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" -PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd"