aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-gui-e_git.bb
blob: 3e7415ff0ecb1e8d37d7a7c37d09ba21b72941b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
SECTION = "network"
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."
LICENSE = "GPLv2 | BSD"
LIC_FILES_CHKSUM = "file://../../COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
                    file://../../README;md5=ac69bb94677a5725da586adce7406526 \
"

PV = "0.7.3+0.8.0-rc"
PR = "r1+gitr${SRCPV}"

SRCREV = "653c4893be17d12ef7bc6e941b765c92c1e4a161"

SRC_URI = "git://w1.fi/srv/git/hostap.git;protocol=git \
           file://0001-wpagui-Fix-was-not-declared-in-this-scope-when-using.patch"

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
}