diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2019-01-10 09:03:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:09 +0000 |
commit | 0f0c16071d7290c2fc698cfec6417a8b13f0e697 (patch) | |
tree | 4713014d037db5f81abb44b95f744d54320ddc96 /meta | |
parent | c856ed29dfd84ada1da9c403f53593b4ed653f6b (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_239.bb | 1 |
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" | |||
137 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" | 137 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" |
138 | # Sign the journal for anti-tampering | 138 | # Sign the journal for anti-tampering |
139 | PACKAGECONFIG[gcrypt] = "-Dgcrypt=true,-Dgcrypt=false,libgcrypt" | 139 | PACKAGECONFIG[gcrypt] = "-Dgcrypt=true,-Dgcrypt=false,libgcrypt" |
140 | PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" | ||
140 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" | 141 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" |
141 | PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" | 142 | PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" |
142 | PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" | 143 | PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" |