summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2019-01-10 09:03:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-11 10:39:09 +0000
commit0f0c16071d7290c2fc698cfec6417a8b13f0e697 (patch)
tree4713014d037db5f81abb44b95f744d54320ddc96 /meta/recipes-core/systemd
parentc856ed29dfd84ada1da9c403f53593b4ed653f6b (diff)
downloadpoky-0f0c16071d7290c2fc698cfec6417a8b13f0e697.tar.gz
systemd: Add PACKAGECONFIG for gnutls
(From OE-Core rev: da0c196cdc4eb74c7517089dc192d6a77227b6e2) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.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/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_239.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_239.bb b/meta/recipes-core/systemd/systemd_239.bb
index e0c71de018..be836ffa42 100644
--- a/meta/recipes-core/systemd/systemd_239.bb
+++ b/meta/recipes-core/systemd/systemd_239.bb
@@ -137,6 +137,7 @@ PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils"
137PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" 137PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
138# Sign the journal for anti-tampering 138# Sign the journal for anti-tampering
139PACKAGECONFIG[gcrypt] = "-Dgcrypt=true,-Dgcrypt=false,libgcrypt" 139PACKAGECONFIG[gcrypt] = "-Dgcrypt=true,-Dgcrypt=false,libgcrypt"
140PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls"
140PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" 141PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false"
141PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" 142PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false"
142PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" 143PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false"