[oe-commits] Martin Jansa : libgee_0.6.0: add gobject-introspection-native to DEPENDS again

git version control git at git.openembedded.org
Sun Oct 17 19:36:33 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Oct 17 21:31:05 2010 +0200

libgee_0.6.0: add gobject-introspection-native to DEPENDS again

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libgee/libgee_0.6.0.bb |    4 +++-
 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 9460e97..dce04f5 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}"





More information about the Openembedded-commits mailing list