summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-02-09 11:24:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-11 12:27:46 +0000
commit4de0ee68b35addd2b29fbf0c175f2e2439f60f55 (patch)
treec0b6fcba074fcb4d0dea7eb510d18b4512d2bc1d /meta
parent0da96bf30c3d7234be9234a293d9a1c8ee333cfe (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-core/systemd/systemd_228.bb3
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 \
90PACKAGECONFIG[journal-upload] = "--enable-libcurl,--disable-libcurl,curl" 90PACKAGECONFIG[journal-upload] = "--enable-libcurl,--disable-libcurl,curl"
91# Sign the journal for anti-tampering 91# Sign the journal for anti-tampering
92PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" 92PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
93# regardless of PACKAGECONFIG, libgcrypt is always required to expand
94# the AM_PATH_LIBGCRYPT autoconf macro
95DEPENDS += "libgcrypt"
96PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" 93PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
97PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" 94PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd"
98PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" 95PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils"