summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 94832f283a..1ea2a3d84a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -3112,6 +3112,27 @@
3112 </para> 3112 </para>
3113</section> 3113</section>
3114 3114
3115<section id='ref-classes-texinfo'>
3116 <title><filename>texinfo.bbclass</filename></title>
3117
3118 <para>
3119 This class should be inherited by recipes whose upstream packages
3120 invoke the <filename>texinfo</filename> utilities at build-time.
3121 Native and cross recipes are made to use the dummy scripts provided
3122 by <filename>texinfo-dummy-native</filename>, for improved performance.
3123 Target architecture recipes use the genuine
3124 Texinfo utilities.
3125 By default, they use the Texinfo utilities on the host system.
3126 <note>
3127 If you want to use the Texinfo recipe shipped with the build
3128 system, you can remove "texinfo-native" from
3129 <link linkend='var-ASSUME_PROVIDED'><filename>ASSUME_PROVIDED</filename></link>
3130 and makeinfo from
3131 <link linkend='var-SANITY_REQUIRED_UTILITIES'><filename>SANITY_REQUIRED_UTILITIES</filename></link>.
3132 </note>
3133 </para>
3134</section>
3135
3115<section id='ref-classes-tinderclient'> 3136<section id='ref-classes-tinderclient'>
3116 <title><filename>tinderclient.bbclass</filename></title> 3137 <title><filename>tinderclient.bbclass</filename></title>
3117 3138