From 160087f754eabf5da90fb51997e19d2e585aac4a Mon Sep 17 00:00:00 2001 From: Max Eliaser Date: Tue, 10 Jun 2014 13:24:16 -0700 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1d70d3c9dd..cd6f94004e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -181,6 +181,7 @@ ASSUME_PROVIDED = "\ python-native-runtime \ tar-native \ virtual/libintl-native \ + texinfo-native\ " # gzip-native should be listed above? -- cgit 1.2.3-korg