aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-26 19:32:02 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-26 19:38:51 +0200
commit047d4f9f0064b5e3c777b6006a61c2d4370e92c6 (patch)
tree7c4c2a8b7d2b6ed19807e47d968c8dc887896761 /recipes/libgee
parent28f77dfd787f3ddb2a2af3567070bc93ea2bd37e (diff)
downloadopenembedded-047d4f9f0064b5e3c777b6006a61c2d4370e92c6.tar.gz
libgee: move back to autotools_stage inherit as ie gee.h wasn't staged now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libgee')
-rw-r--r--recipes/libgee/libgee_git.bb7
1 files changed, 1 insertions, 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"