summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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-02-06 16:38:31 +0000
commit46d75fd3db307c9058d80bdc8efe38087dc556ed (patch)
tree28e45e56a2227de51414042e8234d20864b9df56 /meta/recipes-core
parent3f6e5c54f1fcb99619124e00870c018ddc9f4801 (diff)
downloadpoky-46d75fd3db307c9058d80bdc8efe38087dc556ed.tar.gz
systemd: Add PACKAGECONFIG for gnutls
(From OE-Core rev: da0c196cdc4eb74c7517089dc192d6a77227b6e2) (From OE-Core rev: 1bd93c625fa64cdddc260fdd164cc0d2c5272ee0) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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"