aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/iliwi_git.bb
blob: 0abd5c9b0fdfa1da361e065f0dd1d311f1431517 (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."
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 = "adae747061e8d885bbe9084814dad169fb00fae2"
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 do_stage() was removed..
do_stage() {

}