diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-02-09 11:24:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:46 +0000 |
commit | 4de0ee68b35addd2b29fbf0c175f2e2439f60f55 (patch) | |
tree | c0b6fcba074fcb4d0dea7eb510d18b4512d2bc1d /meta/recipes-core | |
parent | 0da96bf30c3d7234be9234a293d9a1c8ee333cfe (diff) | |
download | poky-4de0ee68b35addd2b29fbf0c175f2e2439f60f55.tar.gz |
systemd: Don't depend on gcrypt unnecessarily
Since upstream commit 79e8bde40 it's no longer necessary to depend
on gcrypt when --disable-gcrypt is used.
(From OE-Core rev: 2381086c2b2760252676275543a457f6bb578a29)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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_228.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_228.bb index fe2cfb529f..b160816f07 100644 --- a/meta/recipes-core/systemd/systemd_228.bb +++ b/meta/recipes-core/systemd/systemd_228.bb | |||
@@ -90,9 +90,6 @@ PACKAGECONFIG ??= "compat xz ldconfig \ | |||
90 | PACKAGECONFIG[journal-upload] = "--enable-libcurl,--disable-libcurl,curl" | 90 | PACKAGECONFIG[journal-upload] = "--enable-libcurl,--disable-libcurl,curl" |
91 | # Sign the journal for anti-tampering | 91 | # Sign the journal for anti-tampering |
92 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | 92 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" |
93 | # regardless of PACKAGECONFIG, libgcrypt is always required to expand | ||
94 | # the AM_PATH_LIBGCRYPT autoconf macro | ||
95 | DEPENDS += "libgcrypt" | ||
96 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" | 93 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" |
97 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" | 94 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" |
98 | PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" | 95 | PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" |