[oe-commits] Ross Burton : systemd: remove tcp-wrappers option

git at git.openembedded.org git at git.openembedded.org
Mon May 12 17:01:54 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 2afd6da1065875bc26d41bec01134ad8968025ca
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2afd6da1065875bc26d41bec01134ad8968025ca

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon May 12 13:14:53 2014 +0100

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 <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_212.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_212.bb b/meta/recipes-core/systemd/systemd_212.bb
index bbc5d34..233bd31 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"
 



More information about the Openembedded-commits mailing list