From: Khem Raj Date: Sun, 18 Apr 2021 08:16:31 +0000 (-0700) Subject: wpa-supplicant: Enable openssl X-Git-Tag: uninative-3.1~142 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2bd4702d68ef79320c8194934568c56b4cc87aa3;p=openembedded-core.git wpa-supplicant: Enable openssl Use openSSL for TLS/SSL implementation Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb index cddcfb6811..16c5918522 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=279b4f5abb9c153c285221855ddb78cc \ DEPENDS = "dbus libnl" RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" -PACKAGECONFIG ??= "gnutls" +PACKAGECONFIG ??= "openssl" PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt" PACKAGECONFIG[openssl] = ",,openssl"