wpa-gui: update to 0.6.4, which is using qt4 now
authorKoen Kooi <koen@openembedded.org>
Mon, 22 Sep 2008 14:51:03 +0000 (14:51 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 22 Sep 2008 14:51:03 +0000 (14:51 +0000)
* People who want it can add an wpa-gui-qte recipe by changing the inherit qt4x11 to qtopia

packages/wpa-supplicant/wpa-gui_0.6.4.bb [new file with mode: 0644]

diff --git a/packages/wpa-supplicant/wpa-gui_0.6.4.bb b/packages/wpa-supplicant/wpa-gui_0.6.4.bb
new file mode 100644 (file)
index 0000000..6f63958
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "Qt interface for choosing which configured network to connect \
+to. It also provides a method for browsing 802.11 SSID scan results, an event \
+history log of messages generated by wpa_supplicant, and a method to add or \
+edit wpa_supplicant networks."
+SECTION = "network"
+LICENSE = "GPL BSD"
+HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
+RDEPENDS = "wpa-supplicant"
+
+SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz "
+
+S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_supplicant/wpa_gui"
+
+inherit qt4x11
+
+EXTRA_QMAKEVARS_POST += "CONFIG+=thread"
+
+do_install () {
+       install -d ${D}${sbindir}
+       install -m 755 wpa_gui ${D}${sbindir}
+}