From 09f9a4d1eb27e85dc885b23fb7c8c658156108e4 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Wed, 22 Jul 2009 07:36:05 +0200 Subject: libgee_0.1.6.bb: add missing inherits for vala and autotools_stage Signed-off-by: Klaus Kurzmann --- recipes/libgee/libgee_0.1.6.bb | 9 +-------- 1 file changed, 1 insertion(+), 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" -- cgit 1.2.3-korg