aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Damgaard <maillist@hvemder.dk>2010-04-15 14:07:12 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-19 01:28:09 +0200
commit135c6c206b630a862549ab38deb90ff383ea8c07 (patch)
tree2fdb505aa1b48c44b4055fdddedb15945629961f
parente91823501707a85abe67f9da9c3d551847f3b2ca (diff)
downloadopenembedded-135c6c206b630a862549ab38deb90ff383ea8c07.tar.gz
iliwi: new recipe for wlan manager I LIke WIfi
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/openmoko-3rdparty/iliwi_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/iliwi_git.bb b/recipes/openmoko-3rdparty/iliwi_git.bb
new file mode 100644
index 0000000000..0abd5c9b0f
--- /dev/null
+++ b/recipes/openmoko-3rdparty/iliwi_git.bb
@@ -0,0 +1,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() {
+
+}