[oe-commits] Paul Eggleton : classes/sanity: remove texi2html from required host utilities

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 15:57:57 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: aa1c4519f8e549b43a7d8bc51c5342d3409b464b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aa1c4519f8e549b43a7d8bc51c5342d3409b464b

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Aug 20 09:47:56 2012 +0100

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].

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 575ce15..ff7c73b 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -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":





More information about the Openembedded-commits mailing list