[oe-commits] Simon Busch : libgee: remove unnecessary dependency on gobject-introspection

git version control git at git.openembedded.org
Thu Oct 14 14:58:07 UTC 2010


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Wed Oct 13 21:03:04 2010 +0000

libgee: remove unnecessary dependency on gobject-introspection

Signed-off-by: Simon Busch <morphis at gravedo.de>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/libgee/libgee.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libgee/libgee.inc b/recipes/libgee/libgee.inc
index 5148386..ed86554 100644
--- a/recipes/libgee/libgee.inc
+++ b/recipes/libgee/libgee.inc
@@ -2,10 +2,10 @@ DESCRIPTION = "libgee is a collection library providing GObject-based interfaces
 and classes for commonly used data structures."
 HOMEPAGE = "http://live.gnome.org/Libgee"
 SECTION = "libs"
-DEPENDS = "glib-2.0 gobject-introspection"
+DEPENDS = "glib-2.0"
 BBCLASSEXTEND = "native"
 LICENSE = "LGPL"
-INC_PR = "r4"
+INC_PR = "r5"
 PE = "1"
 
 inherit autotools vala





More information about the Openembedded-commits mailing list