diff options
Diffstat (limited to 'meta/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb')
-rw-r--r-- | meta/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb b/meta/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb deleted file mode 100644 index 34f370a10e..0000000000 --- a/meta/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | DESCRIPTION = "User space helper for WPA and WPA2 client operations with SSL. \ | ||
2 | The Supplicant is used in WPA/WPA2 key handshakes to authenticate \ | ||
3 | with the AP and to generate dynamic encryption keys (TKIP or CCMP)." | ||
4 | DEPENDSS = "openssl" | ||
5 | PR = "r3" | ||
6 | |||
7 | EXTRA_OEMAKE="LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' LIBS_p='-L${STAGING_LIBDIR} -lssl -lcrypto'" | ||
8 | |||
9 | require wpa-supplicant_${PV}.inc | ||