git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce58c8
)
libgee: remove unnecessary dependency on gobject-introspection
author
Simon Busch
<morphis@gravedo.de>
Wed, 13 Oct 2010 21:03:04 +0000
(21:03 +0000)
committer
Khem Raj
<raj.khem@gmail.com>
Thu, 14 Oct 2010 14:53:25 +0000
(07:53 -0700)
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libgee/libgee.inc
patch
|
blob
|
history
diff --git
a/recipes/libgee/libgee.inc
b/recipes/libgee/libgee.inc
index
5148386
..
ed86554
100644
(file)
--- 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 = "r
4
"
+INC_PR = "r
5
"
PE = "1"
inherit autotools vala