aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-10-13 21:03:04 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-14 07:53:25 -0700
commitdb0841afe82a5dc16eef9f8f8d6430116b1a94a0 (patch)
tree46f73e39deaa375c238f1b9e034e9eb10d6f600b /recipes/libgee
parent0ce58c8454a93bf9f8e693ca6e2a24278f6825f2 (diff)
downloadopenembedded-db0841afe82a5dc16eef9f8f8d6430116b1a94a0.tar.gz
libgee: remove unnecessary dependency on gobject-introspection
Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libgee')
-rw-r--r--recipes/libgee/libgee.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libgee/libgee.inc b/recipes/libgee/libgee.inc
index 5148386004..ed865548fd 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