[oe-commits] Martin Jansa : iliwi: remove do_stage() as vala.bbclass doesn' t use it anymore

git version control git at git.openembedded.org
Mon May 3 18:06:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a939251bfc538ead978108bd393112b45c7457e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a939251bfc538ead978108bd393112b45c7457e6

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon May  3 18:08:57 2010 +0200

iliwi: remove do_stage() as vala.bbclass doesn't use it anymore

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/iliwi_git.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/openmoko-3rdparty/iliwi_git.bb b/recipes/openmoko-3rdparty/iliwi_git.bb
index d41992e..63d61d1 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() {
-
-}





More information about the Openembedded-commits mailing list