mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
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. (From OE-Core rev: 160087f754eabf5da90fb51997e19d2e585aac4a) 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>
This commit is contained in:
committed by
Richard Purdie
parent
0a4ba77f66
commit
d58401cac5
@@ -181,6 +181,7 @@ ASSUME_PROVIDED = "\
|
||||
python-native-runtime \
|
||||
tar-native \
|
||||
virtual/libintl-native \
|
||||
texinfo-native\
|
||||
"
|
||||
# gzip-native should be listed above?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user