]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/sanity: remove texi2html from required host utilities
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 Aug 2012 08:47:56 +0000 (09:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Aug 2012 15:51:33 +0000 (16:51 +0100)
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].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sanity.bbclass

index 575ce1569fe10b1ffd523d964c4f5ee4f6657c52..ff7c73bb4569dd243e035e072e6555cc77c809b5 100644 (file)
@@ -2,7 +2,7 @@
 # Sanity check the users setup for common misconfigurations
 #
 
-SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo git bzip2 tar gzip gawk chrpath wget cpio"
+SANITY_REQUIRED_UTILITIES ?= "patch diffstat makeinfo git bzip2 tar gzip gawk chrpath wget cpio"
 
 def raise_sanity_error(msg, d):
     if d.getVar("SANITY_USE_EVENTS", True) == "1":