From 047d4f9f0064b5e3c777b6006a61c2d4370e92c6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 26 Apr 2010 19:32:02 +0200 Subject: [PATCH] libgee: move back to autotools_stage inherit as ie gee.h wasn't staged now Signed-off-by: Martin Jansa --- recipes/libgee/libgee_git.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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" -- 2.39.5