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:
cd3a6f9
)
libunique: disable introspection
author
Steve Sakoman
<steve@sakoman.com>
Sat, 9 Jan 2010 05:16:36 +0000
(21:16 -0800)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 11 Jan 2010 13:15:42 +0000
(14:15 +0100)
recipes/gnome/libunique_1.1.2.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/libunique_1.1.2.bb
b/recipes/gnome/libunique_1.1.2.bb
index
c0fbee7
..
eaa4af5
100644
(file)
--- a/
recipes/gnome/libunique_1.1.2.bb
+++ b/
recipes/gnome/libunique_1.1.2.bb
@@
-5,6
+5,8
@@
inherit autotools_stage gnome lib_package
DEPENDS = "gtk+ dbus"
+EXTRA_OECONF = "--enable-introspection=no"
+
do_configure_prepend() {
sed -i -e 's: doc : :g' ${S}/Makefile.am
}