diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2012-01-16 16:32:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-20 08:26:34 +0100 |
commit | 9c926e88fc2dbb89b592e906ea19f2e41b344825 (patch) | |
tree | 94807ce4c973594eb788a610062728db84619cc1 /meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | |
parent | 0ce5ec32b84549a97c65765ca1bd39eeee10f71f (diff) | |
download | meta-openembedded-9c926e88fc2dbb89b592e906ea19f2e41b344825.tar.gz |
evince: add cross-compile-fix.patch from classic oe to fix build error
error message was
| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| make[2]: *** [evince-C.omf] Error 1
[1] http://cgit.openembedded.org/openembedded/tree/recipes/evince/evince/cross-compile-fix.patch
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/evince/evince_2.32.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | 4 |
1 files changed, 4 insertions, 0 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 899d416ee..ec54fbc4e 100644 --- a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb +++ b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb @@ -4,8 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" SECTION = "x11/office" DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade" +PR = "r1" + inherit gnome pkgconfig gtk-icon-cache +SRC_URI += "file://cross-compile-fix.patch" + SRC_URI[archive.md5sum] = "ebc3ce6df8dcbf29cb9492f8dd031319" SRC_URI[archive.sha256sum] = "2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7" |