[oe] [PATCH 2/2] libgee: remove unnecessary dependency on gobject-introspection

Simon Busch morphis at gravedo.de
Thu Oct 14 07:03:04 UTC 2010


Signed-off-by: Simon Busch <morphis at gravedo.de>
---
 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
-- 
1.7.1





More information about the Openembedded-devel mailing list