[oe] [PATCHv2] wpa-gui-e: build the latest version from git sources

Eyal Reizer eyalreizer at googlemail.com
Wed May 25 15:11:27 UTC 2011


Builds wpa-gui for qt4-embedded from the latest wpa-supplicant (0.8x)
git sources

update based on comments from comunity members.

Signed-off-by: Eyal Reizer <eyalr at ti.com>
---
 recipes/wpa-supplicant/wpa-gui-e_git.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 recipes/wpa-supplicant/wpa-gui-e_git.bb

diff --git a/recipes/wpa-supplicant/wpa-gui-e_git.bb b/recipes/wpa-supplicant/wpa-gui-e_git.bb
new file mode 100644
index 0000000..18a1422
--- /dev/null
+++ b/recipes/wpa-supplicant/wpa-gui-e_git.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Qt embedded 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 = "GPLv2 | BSD"
+HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
+RDEPENDS_${PN} = "wpa-supplicant"
+
+SRCREV = "b8fb017272ed4794339978c9fbc0e74571a44728"
+PR = "r0"
+PV = "0.7.3+0.8.0-rc"
+PR_append = "+gitr${SRCPV}"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "git://w1.fi/srv/git/hostap.git;protocol=git"
+
+S = "${WORKDIR}/git/wpa_supplicant/wpa_gui-qt4"
+
+inherit qt4e
+ARM_INSTRUCTION_SET = "arm"
+
+do_install () {
+       install -d ${D}${bindir}
+       install -m 755 wpa_gui ${D}/${bindir}/wpa_gui-e
+}
+
+
-- 
1.7.0.4





More information about the Openembedded-devel mailing list