[OE-core] [PATCH] classes/sanity: remove texi2html from required host utilities

Paul Eggleton paul.eggleton at linux.intel.com
Mon Aug 20 09:50:26 UTC 2012


On Monday 20 August 2012 09:48:20 Phil Blundell wrote:
> On Mon, 2012-08-20 at 09:47 +0100, Paul Eggleton wrote:
> > 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.
> 
> Can we fix groff to make it not even try to use texi2html even if it's
> installed?  It seems a bit undesirable for the amount of documentation
> you get to vary depending on the host environment.

Actually, upon closer inspection, texi2html has nothing to do with this. The 
host needs to have pnmcut, pnmcrop, pnmtopng, psselect, pnmtops and gs 
installed or neither the HTML nor PDF backends for groff will be enabled.

This leaves us with two alternatives:

1) Make groff depend on ghostscript, and that would at least enable the PDF 
backend, but for HTML it still leaves netpbm (for pnm*) and psutils (for 
psselect), neither of which we have in OE-Core.

2) Alternatively I can add --without-gs to the groff configure options which 
will always disable both backends.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




More information about the Openembedded-core mailing list