From a939251bfc538ead978108bd393112b45c7457e6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 3 May 2010 18:08:57 +0200 Subject: [PATCH] iliwi: remove do_stage() as vala.bbclass doesn't use it anymore Signed-off-by: Martin Jansa --- recipes/openmoko-3rdparty/iliwi_git.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() { - -} -- 2.39.5