From: Martin Jansa Date: Mon, 3 May 2010 16:08:57 +0000 (+0200) Subject: iliwi: remove do_stage() as vala.bbclass doesn't use it anymore X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a939251bfc538ead978108bd393112b45c7457e6;p=openembedded.git iliwi: remove do_stage() as vala.bbclass doesn't use it anymore Signed-off-by: Martin Jansa --- diff --git a/recipes/openmoko-3rdparty/iliwi_git.bb b/recipes/openmoko-3rdparty/iliwi_git.bb index d41992e7fe..63d61d1cba 100644 --- a/recipes/openmoko-3rdparty/iliwi_git.bb +++ b/recipes/openmoko-3rdparty/iliwi_git.bb @@ -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() { - -}