aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-17 21:31:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-17 21:33:15 +0200
commitdf932a2769c2f6f7195363e8eb83994846805398 (patch)
tree436bc71dc9df1ccdc73294cd18ee1bd7cf6ebcd4 /recipes/libgee
parent6fffe3eb48f3c564e980581717db2fd306f1a5bb (diff)
downloadopenembedded-df932a2769c2f6f7195363e8eb83994846805398.tar.gz
libgee_0.6.0: add gobject-introspection-native to DEPENDS again
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libgee')
-rw-r--r--recipes/libgee/libgee_0.6.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libgee/libgee_0.6.0.bb b/recipes/libgee/libgee_0.6.0.bb
index 9460e975e0..dce04f5283 100644
--- a/recipes/libgee/libgee_0.6.0.bb
+++ b/recipes/libgee/libgee_0.6.0.bb
@@ -1,6 +1,8 @@
require libgee.inc
PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
+DEPENDS += "gobject-introspection-native"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"
S = "${WORKDIR}/${BPN}-${PV}"