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:32:04 +0100 |
commit | 61e8e0fdfeed6cdbeb12baacaee34588ab36c025 (patch) | |
tree | 1752399afeb710c77dde37e58683b9ab058a1b10 /meta | |
parent | 92beb80d090a76404c3ea895d77dd08c2befe768 (diff) | |
download | poky-61e8e0fdfeed6cdbeb12baacaee34588ab36c025.tar.gz |
systemd: remove tcp-wrappers option
systemd version 212 removed the TCP wrappers support, so remove the
PACKAGECONFIG stanza for it.
(From OE-Core rev: 2e7ce6b537035bfac6742214b3b2f987963fba3c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
47 | 47 | ||
48 | GTKDOC_DOCDIR = "${S}/docs/" | 48 | GTKDOC_DOCDIR = "${S}/docs/" |
49 | 49 | ||
50 | PACKAGECONFIG ??= "xz tcp-wrappers" | 50 | PACKAGECONFIG ??= "xz" |
51 | # Sign the journal for anti-tampering | 51 | # Sign the journal for anti-tampering |
52 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | 52 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" |
53 | # regardless of PACKAGECONFIG, libgcrypt is always required to expand | 53 | # regardless of PACKAGECONFIG, libgcrypt is always required to expand |
@@ -55,7 +55,6 @@ PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | |||
55 | DEPENDS += "libgcrypt" | 55 | DEPENDS += "libgcrypt" |
56 | # Compress the journal | 56 | # Compress the journal |
57 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" | 57 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" |
58 | PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" | ||
59 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" | 58 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" |
60 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" | 59 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" |
61 | 60 | ||