aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/iliwi_git.bb
blob: d41992e7fea9817d2941f37de0479b4d0d758483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Iliwi connects you to WiFi networks"
HOMEPAGE = "http://github.com/Ebbe/Iliwi"
LICENSE = "GPLv3"
AUTHOR = "Esben Damgaard <ebbe@hvemder.dk>"
DEPENDS = "dbus-glib elementary"
# killall and udhcpc from busybox are enough
RDEPENDS = "wireless-tools wpa-supplicant"

SRCREV = "5be2b301033418fb9a33759047274b676034f096"
PV = "0.0.1+gitr${SRCPV}"

SRC_URI = "git://github.com/Ebbe/Iliwi.git;protocol=http;branch=master"
S = "${WORKDIR}/git"

inherit autotools vala

# needed because there is do_stage_append in vala.bbclass and no do_stage()
do_stage() {

}