[oe-commits] : wpa-gui: update to 0.6.4, which is using qt4 now

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Sep 22 14:57:25 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 6272e4cc23a48f5a06a4f97bfafcb8355d4ec010
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=6272e4cc23a48f5a06a4f97bfafcb8355d4ec010

Author:  <koen at openembedded.org>
Date:   Mon Sep 22 14:51:03 2008 +0000

wpa-gui: update to 0.6.4, which is using qt4 now
* 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 |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

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
index 0000000..6f63958
--- /dev/null
+++ b/packages/wpa-supplicant/wpa-gui_0.6.4.bb
@@ -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}
+}





More information about the Openembedded-commits mailing list