]> code.ossystems Code Review - openembedded-core.git/commit
texinfo-dummy-native: Create recipe w/ scripts to stand in for Texinfo utils.
authorMax Eliaser <max.eliaser@intel.com>
Tue, 10 Jun 2014 20:24:15 +0000 (13:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 11:26:09 +0000 (12:26 +0100)
commit0d8d5a2d44988d32a5c8b995202a12ac106ba93c
treec244759b494528ca33e1beb5df55f71414370d4e
parentaf5cd3ad123f45170d1ba06a8f5c9ee4ce5c082e
texinfo-dummy-native: Create recipe w/ scripts to stand in for Texinfo utils.

More work toward eliminating the dependency on the host system's Texinfo--
Python scripts that understand the same command-line options as the Texinfo
utilities, and create blank output files if appropriate, but don't actually
do any of the work done by those utilities.

This will be necessary to avoid circular dependencies when we start explicitly
tracking dependencies on texinfo-native; i.e. texinfo-native ->
autoconf-native -> texinfo-native. If we have all native recipes that inherit
texinfo.bbclass depend on texinfo-dummy-native instead of texinfo-native, the
cycle is broken.

It may also provide a performance gain by skipping the actual work of
formatting and generating documentation files.

Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb [new file with mode: 0644]
meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING [new file with mode: 0644]
meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py [new file with mode: 0644]