diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-05-09 09:41:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:56:21 +0100 |
commit | ed18794c37338788a5b18f222c36d21793b1a523 (patch) | |
tree | 2add979f415fb3df970cafb7cb8316dd7312a068 /meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb | |
parent | 60c1542baba1dcc01f1bef185878a13fe9bce5ed (diff) | |
download | poky-ed18794c37338788a5b18f222c36d21793b1a523.tar.gz |
gnome-doc-utils: Add additional missing -nonet options to xsltproc
I missed some instances of xsltproc when adding -nonet in my
previous commit. This should take care of them all to fix
the compilation errors.
(From OE-Core rev: b232ad2c74c93f045006a6b03b2eff7f6103a865)
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.bb | 2 |
1 files changed, 1 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 1c864b2296..115eb4d654 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,7 @@ | |||
1 | require gnome-doc-utils.inc | 1 | require gnome-doc-utils.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | SRC_URI += "file://xsltproc_nonet.patch" | 6 | SRC_URI += "file://xsltproc_nonet.patch" |
7 | 7 | ||