diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-05-04 21:23:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:46 +0100 |
commit | f20edfe129ae69420f22c857d4100891282932a8 (patch) | |
tree | cf997aa5c55419c4a777ba27c8ac6e523a884e05 /meta/recipes-gnome/gnome/gnome-doc-utils.inc | |
parent | 2d4513fce21d60a66c143e747352e5e07f0f8a70 (diff) | |
download | poky-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.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 30cff36ddd..903d0806fa 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPL LGPL" | 1 | LICENSE = "GPL LGPL" |
2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" | 2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" |
3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native" | 3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" |
4 | 4 | ||
5 | inherit gnome gettext | 5 | inherit gnome gettext |
6 | 6 | ||