From: Martin Jansa Date: Mon, 26 Apr 2010 15:28:20 +0000 (+0200) Subject: libgee: add empty do_stage() for do_stage_append() from vala.bbclass (after revert... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9532514aa54ae083b561a2c1e6508b93d4e491d;p=openembedded.git libgee: add empty do_stage() for do_stage_append() from vala.bbclass (after revert a38e7ff2810e55455c7ff7b01d4882344b420e18) --- 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"