From: Alex Kiernan Date: Thu, 10 Jan 2019 09:03:18 +0000 (+0000) Subject: systemd: Add PACKAGECONFIG for gnutls X-Git-Tag: uninative-2.4~643 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=da0c196cdc4eb74c7517089dc192d6a77227b6e2;p=openembedded-core.git systemd: Add PACKAGECONFIG for gnutls Signed-off-by: Alex Kiernan Signed-off-by: Ross Burton --- 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" PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" # Sign the journal for anti-tampering PACKAGECONFIG[gcrypt] = "-Dgcrypt=true,-Dgcrypt=false,libgcrypt" +PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false"