From: Martin Jansa Date: Mon, 26 Apr 2010 17:32:02 +0000 (+0200) Subject: libgee: move back to autotools_stage inherit as ie gee.h wasn't staged now X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047d4f9f0064b5e3c777b6006a61c2d4370e92c6;p=openembedded.git libgee: move back to autotools_stage inherit as ie gee.h wasn't staged now Signed-off-by: Martin Jansa --- diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb index 440a73461d..69b66913aa 100644 --- a/recipes/libgee/libgee_git.bb +++ b/recipes/libgee/libgee_git.bb @@ -14,11 +14,6 @@ SRC_URI = "\ " S = "${WORKDIR}/git" -inherit autotools vala - -# only because of do_stage_append in vala.bbclass -do_stage() { - -} +inherit autotools_stage pkgconfig vala BBCLASSEXTEND = "native"