summaryrefslogtreecommitdiffstats
path: root/recipes/libgee
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-09-12 17:19:59 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-09-12 17:27:54 +0200
commitca6953db99a4cee228c1daf294913c5687a4d675 (patch)
tree6afd2b42f6f2cfdb8173b3745839dee97f9ec67a /recipes/libgee
parenteabc33a1f14a92015dac4508e57a40d26cd385e6 (diff)
downloadopenembedded-ca6953db99a4cee228c1daf294913c5687a4d675.tar.gz
libgee: move to git version while it's so much under development and depending on vala-native
Diffstat (limited to 'recipes/libgee')
-rw-r--r--recipes/libgee/files/no-tests.patch12
-rw-r--r--recipes/libgee/libgee_git.bb (renamed from recipes/libgee/libgee_0.3.0.bb)9
2 files changed, 7 insertions, 14 deletions
diff --git a/recipes/libgee/files/no-tests.patch b/recipes/libgee/files/no-tests.patch
deleted file mode 100644
index d2d20b2c4e..0000000000
--- 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
index 00ef42d2f4..74e0eca488 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"