aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wpa-supplicant/wpa-gui_0.6.4.bb
blob: 143cf8e5d2ae35d3f34a562c00d776f1d6e2cb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
ARM_INSTRUCTION_SET = "arm"

EXTRA_QMAKEVARS_POST += "CONFIG+=thread"

do_install () {
	install -d ${D}${sbindir}
	install -m 755 wpa_gui ${D}${sbindir}
}