[oe-commits] Esben Damgaard : iliwi: new recipe for wlan manager I LIke WIfi

git version control git at git.openembedded.org
Mon Apr 19 07:48:33 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 40fc2266f93646762847b788e6d962fab269d44f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40fc2266f93646762847b788e6d962fab269d44f

Author: Esben Damgaard <maillist at hvemder.dk>
Date:   Thu Apr 15 14:07:12 2010 +0200

iliwi: new recipe for wlan manager I LIke WIfi

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/openmoko-3rdparty/iliwi_git.bb |   20 ++++++++++++++++++++
 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 0000000..0abd5c9
--- /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 at 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() {
+
+}





More information about the Openembedded-commits mailing list