diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 20:16:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-18 17:35:17 +0100 |
commit | e8874ce41f1614ac17607a169ee3370b56811911 (patch) | |
tree | 53bb384658413ef3621ae78c6387dc44c3e011dc /meta-gnome/recipes-gnome/evince | |
parent | d0d3977290c706f4b71d1a3228df889288583c8e (diff) | |
download | meta-openembedded-e8874ce41f1614ac17607a169ee3370b56811911.tar.gz |
evince: disable help build
* xsltproc does not work in oe-core correctly:
| xsltproc -o evince-it.omf --stringparam db2omf.basename evince --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang it --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/evince/2.32.0-r2/evince-2.32.0/help/evince.omf.in" /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm`/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` it/evince.xml || { rm -f "evince-it.omf"; exit 1; }
| http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %list.class; not found
| %local.divcomponent.mix;">
| ^
...
* https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/evince')
-rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb index f92a599b7..74958d84f 100644 --- a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb +++ b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" | |||
4 | SECTION = "x11/office" | 4 | SECTION = "x11/office" |
5 | DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade" | 5 | DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade" |
6 | 6 | ||
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | inherit gnome pkgconfig gtk-icon-cache | 9 | inherit gnome pkgconfig gtk-icon-cache |
10 | 10 | ||
@@ -17,6 +17,7 @@ EXTRA_OECONF = " --enable-thumbnailer \ | |||
17 | --enable-nautilus \ | 17 | --enable-nautilus \ |
18 | --disable-scrollkeeper \ | 18 | --disable-scrollkeeper \ |
19 | --enable-pixbuf \ | 19 | --enable-pixbuf \ |
20 | --disable-help \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | do_install_append() { | 23 | do_install_append() { |