diff options
author | Ross Burton <ross.burton@intel.com> | 2014-05-12 13:14:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:24:01 +0100 |
commit | 2e7ce6b537035bfac6742214b3b2f987963fba3c (patch) | |
tree | 829f52c4e20f2b49edc3961e6195762bed9093a0 /meta/recipes-core | |
parent | 8b2d20624af0dd4cbbfd317c219e67cbabad833a (diff) | |
download | openembedded-core-2e7ce6b537035bfac6742214b3b2f987963fba3c.tar.gz openembedded-core-2e7ce6b537035bfac6742214b3b2f987963fba3c.tar.bz2 openembedded-core-2e7ce6b537035bfac6742214b3b2f987963fba3c.zip |
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_212.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_212.bb b/meta/recipes-core/systemd/systemd_212.bb index bbc5d34a19..233bd31144 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" |