iliwi: remove do_stage() as vala.bbclass doesn't use it anymore
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 3 May 2010 16:08:57 +0000 (18:08 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 3 May 2010 17:32:20 +0000 (19:32 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/iliwi_git.bb

index d41992e..63d61d1 100644 (file)
@@ -8,13 +8,9 @@ RDEPENDS = "wireless-tools wpa-supplicant"
 
 SRCREV = "5be2b301033418fb9a33759047274b676034f096"
 PV = "0.0.1+gitr${SRCPV}"
+PR = "r1"
 
 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 no do_stage()
-do_stage() {
-
-}