diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-26 17:28:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-26 17:28:20 +0200 |
commit | d9532514aa54ae083b561a2c1e6508b93d4e491d (patch) | |
tree | 9979312c4a4a4117c6ba061d83f1e9a5c041cb35 /recipes/libgee | |
parent | f15dd93fe454d377dac331ad45dd239b23c1eadc (diff) |
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.bb | 5 |
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" |