aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-07-22 07:36:05 +0200
committerAngus Ainslie <angus@think-laptop.(none)>2009-07-26 00:19:32 -0600
commit09f9a4d1eb27e85dc885b23fb7c8c658156108e4 (patch)
tree7e54ea70da53817711c10123f1ca27da602a3ae9
parent53c693f929527ccce6d96e5e9e3daa0d8a025c81 (diff)
downloadopenembedded-09f9a4d1eb27e85dc885b23fb7c8c658156108e4.tar.gz
libgee_0.1.6.bb: add missing inherits for vala and autotools_stage
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/libgee/libgee_0.1.6.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes/libgee/libgee_0.1.6.bb b/recipes/libgee/libgee_0.1.6.bb
index 8e3a90599a..a30d175725 100644
--- a/recipes/libgee/libgee_0.1.6.bb
+++ b/recipes/libgee/libgee_0.1.6.bb
@@ -8,12 +8,5 @@ LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.1/libgee-${PV}.tar.bz2 \
file://no-tests.patch;patch=1"
-inherit autotools pkgconfig
+inherit autotools autotools_stage pkgconfig vala
-do_stage() {
- autotools_stage_all
- install -d ${STAGING_DATADIR}/vala/vapi
- install -m 0644 ${S}/gee/gee-1.0.vapi ${STAGING_DATADIR}/vala/vapi
-}
-
-FILES_${PN} += "${datadir}/vala"