diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-01-25 20:17:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-01-25 20:17:55 +0000 |
commit | f13f115291855a28678da4f8bb484c96dfe08508 (patch) | |
tree | 10b9900e2acdc2e7b0fa186bf5f64bbe56b9652d /packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb | |
parent | 377dac3a9249624370e056fe2e34d6d47431c11b (diff) |
minor cosmetics to wpa-supplicant and let machine configurations depend on this one and not on the (now deleted) hostap-wpa-supplicant
BKrev: 41f6a973kFdVABLuKW0VC7PKl44w4g
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 | 9 |
1 files changed, 9 insertions, 0 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 e69de29bb2..7c7321b7de 100644 --- a/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb +++ b/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb @@ -0,0 +1,9 @@ +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" + +EXTRA_OEMAKE="LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' LIBS_p='-L${STAGING_LIBDIR} -lssl -lcrypto'" + +include wpa-supplicant_${PV}.inc |