iliwi: new recipe for wlan manager I LIke WIfi
authorEsben Damgaard <maillist@hvemder.dk>
Thu, 15 Apr 2010 12:07:12 +0000 (14:07 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 18 Apr 2010 23:28:09 +0000 (01:28 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/iliwi_git.bb [new file with mode: 0644]

diff --git a/recipes/openmoko-3rdparty/iliwi_git.bb b/recipes/openmoko-3rdparty/iliwi_git.bb
new file mode 100644 (file)
index 0000000..0abd5c9
--- /dev/null
@@ -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() {
+
+}