diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 10:56:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 10:56:54 +0000 |
commit | 39ca55c42b0896751d21ca65a90eb54e364df90e (patch) | |
tree | d8fdd5f8a49f0fe45a6c7cae8dfb9a166d922902 /meta/packages/wpa-supplicant/wpa-supplicant-ssl_0.2.6.bb | |
parent | e0ce469778aacfc69611b8101c0fafee53b453a9 (diff) | |
download | poky-39ca55c42b0896751d21ca65a90eb54e364df90e.tar.gz |
wpa-supplicant: drop old versions, use 0.5.7 (latest stable) as default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1551 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | ||