[oe-commits] Michael 'Mickey' Lauer : libgee: 0.1.4 -> 0.3.0

git version control git at git.openembedded.org
Fri Aug 7 00:53:39 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 96c5f256f80e7ccc3f071b74a957b086b3993013
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=96c5f256f80e7ccc3f071b74a957b086b3993013

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Aug  6 20:12:20 2009 +0200

libgee: 0.1.4 -> 0.3.0
NOTE: this version is compatible with vala 0.7.5-fso

---

 .../libgee/{libgee_0.1.4.bb => libgee_0.3.0.bb}    |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/recipes/libgee/libgee_0.1.4.bb b/recipes/libgee/libgee_0.3.0.bb
similarity index 51%
rename from recipes/libgee/libgee_0.1.4.bb
rename to recipes/libgee/libgee_0.3.0.bb
index 8e3a905..00ef42d 100644
--- a/recipes/libgee/libgee_0.1.4.bb
+++ b/recipes/libgee/libgee_0.3.0.bb
@@ -5,15 +5,7 @@ SECTION = "libs"
 DEPENDS = "glib-2.0"
 LICENSE = "LGPL"
 
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.1/libgee-${PV}.tar.bz2 \
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.3/libgee-${PV}.tar.bz2 \
            file://no-tests.patch;patch=1"
 
-inherit autotools pkgconfig
-
-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"
+inherit autotools_stage pkgconfig vala





More information about the Openembedded-commits mailing list