[oe-commits] Michael 'Mickey' Lauer : libgee: move to git version while it' s so much under development and depending on vala-native

git version control git at git.openembedded.org
Sat Sep 12 15:29:31 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Sep 12 17:19:59 2009 +0200

libgee: move to git version while it's so much under development and depending on vala-native

---

 conf/distro/include/sane-srcrevs.inc              |    1 +
 recipes/libgee/files/no-tests.patch               |   12 ------------
 recipes/libgee/{libgee_0.3.0.bb => libgee_git.bb} |    9 +++++++--
 3 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index b88ac9b..e3400a2 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -86,6 +86,7 @@ SRCREV_pn-libexalt-dbus ?= "76"
 SRCREV_pn-libfakekey ?= "1455"
 SRCREV_pn-libgdbus ?= "aeab6e3c0185b271ca343b439470491b99cc587f"
 SRCREV_pn-libgsmd ?= "4505"
+SRCREV_pn-libgee ?= "ea130c0837eefe404b53240f8c2ed642ae98a677"
 SRCREV_pn-libiac ?= "1590"
 SRCREV_pn-libjana = "749"
 SRCREV_pn-libmokogsmd2 ?= "4334"
diff --git a/recipes/libgee/files/no-tests.patch b/recipes/libgee/files/no-tests.patch
deleted file mode 100644
index d2d20b2..0000000
--- a/recipes/libgee/files/no-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: libgee-0.1.2/Makefile.am
-===================================================================
---- libgee-0.1.2.orig/Makefile.am
-+++ libgee-0.1.2/Makefile.am
-@@ -4,7 +4,6 @@ NULL =
- 
- SUBDIRS = \
- 	gee \
--	tests \
- 	$(NULL)
- 
- pkgconfigdir = $(libdir)/pkgconfig
diff --git a/recipes/libgee/libgee_0.3.0.bb b/recipes/libgee/libgee_git.bb
similarity index 62%
rename from recipes/libgee/libgee_0.3.0.bb
rename to recipes/libgee/libgee_git.bb
index 00ef42d..74e0eca 100644
--- a/recipes/libgee/libgee_0.3.0.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -4,8 +4,13 @@ HOMEPAGE = "http://live.gnome.org/Libgee"
 SECTION = "libs"
 DEPENDS = "glib-2.0"
 LICENSE = "LGPL"
+PV = "0.3.0+gitr${SRCREV}"
 
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.3/libgee-${PV}.tar.bz2 \
-           file://no-tests.patch;patch=1"
+SRC_URI = "\
+  git://git.gnome.org/libgee;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git"
 
 inherit autotools_stage pkgconfig vala
+
+FILES_${PN}-dev += "${datadir}/gir-1.0"





More information about the Openembedded-commits mailing list