diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-20 09:47:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-20 16:53:17 +0100 |
commit | ba8ba42b9f84499f9e514c7fb3e9dfacc7a7c0dd (patch) | |
tree | 88d4dae67ac63e9179d4b9f8b2e821646b44fd17 /meta/classes/sanity.bbclass | |
parent | 2b6268b5f54117027eb3c409f4fe257f447e6720 (diff) | |
download | poky-ba8ba42b9f84499f9e514c7fb3e9dfacc7a7c0dd.tar.gz |
classes/sanity: remove texi2html from required host utilities
texi2html is not actually required to build world of OE-Core anymore,
so we don't need to mandate it. The only difference without it (verified
with buildhistory) is that groff doesn't produce HTML documentation; the
rest of its docs are still produced and packaged and no other packages
are affected.
Part of the work towards [YOCTO #2423].
(From OE-Core rev: aa1c4519f8e549b43a7d8bc51c5342d3409b464b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 575ce1569f..ff7c73bb45 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -2,7 +2,7 @@ | |||
2 | # Sanity check the users setup for common misconfigurations | 2 | # Sanity check the users setup for common misconfigurations |
3 | # | 3 | # |
4 | 4 | ||
5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo git bzip2 tar gzip gawk chrpath wget cpio" | 5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat makeinfo git bzip2 tar gzip gawk chrpath wget cpio" |
6 | 6 | ||
7 | def raise_sanity_error(msg, d): | 7 | def raise_sanity_error(msg, d): |
8 | if d.getVar("SANITY_USE_EVENTS", True) == "1": | 8 | if d.getVar("SANITY_USE_EVENTS", True) == "1": |