diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-19 09:38:22 +0200 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-19 09:38:22 +0200 |
commit | ac53ffce1ab5740965861c4165b4f28259a28992 (patch) | |
tree | b813f6a4d151d650c9ff3f9c3644788ceb985f46 /recipes/openmoko-3rdparty/iliwi_git.bb | |
parent | 3e5c2780c0b2257e6c1fca54fe67a9d09c501328 (diff) |
iliwi: newer upstream version
Also, some wording cleanup in the description and shorten a comment to fit on
one line.
Diffstat (limited to 'recipes/openmoko-3rdparty/iliwi_git.bb')
-rw-r--r-- | recipes/openmoko-3rdparty/iliwi_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/openmoko-3rdparty/iliwi_git.bb b/recipes/openmoko-3rdparty/iliwi_git.bb index 0abd5c9b0f..d41992e7fe 100644 --- a/recipes/openmoko-3rdparty/iliwi_git.bb +++ b/recipes/openmoko-3rdparty/iliwi_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Iliwi connects you." +DESCRIPTION = "Iliwi connects you to WiFi networks" HOMEPAGE = "http://github.com/Ebbe/Iliwi" LICENSE = "GPLv3" AUTHOR = "Esben Damgaard <ebbe@hvemder.dk>" @@ -6,7 +6,7 @@ DEPENDS = "dbus-glib elementary" # killall and udhcpc from busybox are enough RDEPENDS = "wireless-tools wpa-supplicant" -SRCREV = "adae747061e8d885bbe9084814dad169fb00fae2" +SRCREV = "5be2b301033418fb9a33759047274b676034f096" PV = "0.0.1+gitr${SRCPV}" SRC_URI = "git://github.com/Ebbe/Iliwi.git;protocol=http;branch=master" @@ -14,7 +14,7 @@ S = "${WORKDIR}/git" inherit autotools vala -# needed because there is do_stage_append in vala.bbclass and do_stage() was removed.. +# needed because there is do_stage_append in vala.bbclass and no do_stage() do_stage() { } |