summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"