[oe-commits] Martin Jansa : libgee: add empty do_stage() for do_stage_append() from vala .bbclass (after revert a38e7ff2810e55455c7ff7b01d4882344b420e18)

git version control git at git.openembedded.org
Mon Apr 26 15:28:21 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 26 17:28:20 2010 +0200

libgee: add empty do_stage() for do_stage_append() from vala.bbclass (after revert a38e7ff2810e55455c7ff7b01d4882344b420e18)

---

 recipes/libgee/libgee_git.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index 5c9c9e0..440a734 100644
--- a/recipes/libgee/libgee_git.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -16,4 +16,9 @@ S = "${WORKDIR}/git"
 
 inherit autotools vala
 
+# only because of do_stage_append in vala.bbclass
+do_stage() {
+
+}
+
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list