aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-26 17:28:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-26 17:28:20 +0200
commitd9532514aa54ae083b561a2c1e6508b93d4e491d (patch)
tree9979312c4a4a4117c6ba061d83f1e9a5c041cb35 /recipes/libgee
parentf15dd93fe454d377dac331ad45dd239b23c1eadc (diff)
downloadopenembedded-d9532514aa54ae083b561a2c1e6508b93d4e491d.tar.gz
libgee: add empty do_stage() for do_stage_append() from vala.bbclass (after revert a38e7ff2810e55455c7ff7b01d4882344b420e18)
Diffstat (limited to 'recipes/libgee')
-rw-r--r--recipes/libgee/libgee_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index 5c9c9e031a..440a73461d 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"