diff options
Diffstat (limited to 'packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb')
-rw-r--r-- | packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb b/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb index 7c7321b7de..85cdbb3379 100644 --- a/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb +++ b/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb @@ -2,7 +2,7 @@ DESCRIPTION = "User space helper for WPA and WPA2 client operations with SSL. \ The Supplicant is used in WPA/WPA2 key handshakes to authenticate \ with the AP and to generate dynamic encryption keys (TKIP or CCMP)." DEPENDSS = "openssl" -PR = "r2" +PR = "r3" EXTRA_OEMAKE="LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' LIBS_p='-L${STAGING_LIBDIR} -lssl -lcrypto'" |