diff options
| -rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 10 | DEPENDS = "dbus libnl" | 10 | DEPENDS = "dbus libnl" |
| 11 | RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" | 11 | RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" |
| 12 | 12 | ||
| 13 | PACKAGECONFIG ??= "gnutls" | 13 | PACKAGECONFIG ??= "openssl" |
| 14 | PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt" | 14 | PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt" |
| 15 | PACKAGECONFIG[openssl] = ",,openssl" | 15 | PACKAGECONFIG[openssl] = ",,openssl" |
| 16 | 16 | ||
