[oe-commits] Klaus Kurzmann : libgee_0.1.6.bb: add missing inherits for vala and autotools_stage

git version control git at git.openembedded.org
Sun Jul 26 06:20:12 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 09f9a4d1eb27e85dc885b23fb7c8c658156108e4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=09f9a4d1eb27e85dc885b23fb7c8c658156108e4

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Jul 22 07:36:05 2009 +0200

libgee_0.1.6.bb: add missing inherits for vala and autotools_stage

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/libgee/libgee_0.1.6.bb |    9 +--------
 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 8e3a905..a30d175 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"





More information about the Openembedded-commits mailing list