]> code.ossystems Code Review - openembedded-core.git/commit
texinfo.bbclass: native/cross uses dummy texinfo; target uses host's Texinfo.
authorMax Eliaser <max.eliaser@intel.com>
Tue, 10 Jun 2014 20:24:16 +0000 (13:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 11:28:16 +0000 (12:28 +0100)
commit160087f754eabf5da90fb51997e19d2e585aac4a
treeb858ff9cea5fdca2f8118e083c3a3741f7cab843
parent0d8d5a2d44988d32a5c8b995202a12ac106ba93c
texinfo.bbclass: native/cross uses dummy texinfo; target uses host's Texinfo.

To unpack that to more than a single line: -native and -cross recipes are made
to use the dummy Texinfo utilities provided by texinfo-dummy-native if they
invoke those utilities at build time. The target-architecture (cross-compiled)
recipes still use the genuine Texinfo utilites. Right now, they still use
the host system's Texinfo utilities, but could be made to use the
texinfo-native recipe we already ship with some config file changes.

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/classes/texinfo.bbclass
meta/conf/bitbake.conf