diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4e9e442757..34142cb152 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -232,6 +232,21 @@ | |||
232 | </para> | 232 | </para> |
233 | </section> | 233 | </section> |
234 | 234 | ||
235 | <section id='ref-classes-binconfig-disabled'> | ||
236 | <title><filename>binconfig-disabled.bbclass</filename></title> | ||
237 | |||
238 | <para> | ||
239 | An alternative version of the | ||
240 | <link linkend='ref-classes-binconfig'><filename>binconfig</filename></link> | ||
241 | class, which disables binary configuration scripts by making them | ||
242 | return an error in favor of installing them using | ||
243 | <filename>pkg-config</filename>. | ||
244 | The scripts to be disabled should be specified using the | ||
245 | <link linkend='var-BINCONFIG'><filename>BINCONFIG</filename></link> | ||
246 | variable within the recipe inheriting the class. | ||
247 | </para> | ||
248 | </section> | ||
249 | |||
235 | <section id='ref-classes-blacklist'> | 250 | <section id='ref-classes-blacklist'> |
236 | <title><filename>blacklist.bbclass</filename></title> | 251 | <title><filename>blacklist.bbclass</filename></title> |
237 | 252 | ||