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:
37e7edb
)
gnome-doc-utils: don't build docs since we lack the libxml2 python native module
author
Koen Kooi
<koen@openembedded.org>
Thu, 4 Mar 2010 20:09:19 +0000
(21:09 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 4 Mar 2010 20:10:09 +0000
(21:10 +0100)
recipes/gnome/gnome-doc-utils.inc
patch
|
blob
|
history
diff --git
a/recipes/gnome/gnome-doc-utils.inc
b/recipes/gnome/gnome-doc-utils.inc
index
1590527
..
a1defa5
100644
(file)
--- a/
recipes/gnome/gnome-doc-utils.inc
+++ b/
recipes/gnome/gnome-doc-utils.inc
@@
-1,12
+1,16
@@
LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native"
-INC_PR = "r
4
"
+INC_PR = "r
5
"
inherit gnome
EXTRA_OECONF = "--disable-scrollkeeper"
+do_configure_prepend() {
+ sed -i -e 's: doc::g' ${S}/Makefile.am
+}
+
do_install_append() {
mkdir -p ${D}${datadir}/xml/gnome/xslt/
cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/