diff options
-rw-r--r-- | recipes/libgee/libgee_git.bb | 7 |
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" |