summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-05-04 21:23:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 12:26:46 +0100
commitf20edfe129ae69420f22c857d4100891282932a8 (patch)
treecf997aa5c55419c4a777ba27c8ac6e523a884e05 /meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
parent2d4513fce21d60a66c143e747352e5e07f0f8a70 (diff)
downloadpoky-f20edfe129ae69420f22c857d4100891282932a8.tar.gz
gnome-doc-utils: Add -nonet option to xsltproc
This adds the -nonet option to xsltproc invocations, which fixes compile errors when building gnome-doc-xslt-de.omf. Also add intltool-native to DEPENDS, which was discovered to be needed when building this recipe. (From OE-Core rev: c6f791853acf8fec922c1ebcf62195be2615870d) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb')
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
index 94b5aecef6..1c864b2296 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
@@ -1,7 +1,9 @@
1require gnome-doc-utils.inc 1require gnome-doc-utils.inc
2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ 2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" 3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
4PR = "r0" 4PR = "r1"
5
6SRC_URI += "file://xsltproc_nonet.patch"
5 7
6SRC_URI[archive.md5sum] = "3aa1f651834714090cdbf898ec090a98" 8SRC_URI[archive.md5sum] = "3aa1f651834714090cdbf898ec090a98"
7SRC_URI[archive.sha256sum] = "08d99b8ab813fadd3407873e4a30282debce92e22eb1b45430a8bb9c120e2130" 9SRC_URI[archive.sha256sum] = "08d99b8ab813fadd3407873e4a30282debce92e22eb1b45430a8bb9c120e2130"