summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml13
-rw-r--r--documentation/ref-manual/ref-variables.xml11
2 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index f97929c208..e23340fb6d 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1679,6 +1679,19 @@
1679 </para> 1679 </para>
1680</section> 1680</section>
1681 1681
1682<section id='ref-classes-scons'>
1683 <title><filename>scons.bbclass</filename></title>
1684
1685 <para>
1686 The <filename>scons</filename> class supports recipes that need to
1687 build software that uses the SCons build system.
1688 You can use the
1689 <link linkend='var-EXTRA_OESCONS'><filename>EXTRA_OESCONS</filename></link>
1690 variable to specify additional configuration options you want to pass
1691 SCons command line.
1692 </para>
1693</section>
1694
1682<section id='ref-classes-distutils'> 1695<section id='ref-classes-distutils'>
1683 <title>Python Extensions - <filename>distutils.bbclass</filename></title> 1696 <title>Python Extensions - <filename>distutils.bbclass</filename></title>
1684 1697
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 44ef461728..c5030727f9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1803,6 +1803,17 @@
1803 </glossdef> 1803 </glossdef>
1804 </glossentry> 1804 </glossentry>
1805 1805
1806 <glossentry id='var-EXTRA_OESCONS'><glossterm>EXTRA_OESCONS</glossterm>
1807 <glossdef>
1808 <para>
1809 When a recipe inherits the
1810 <link linkend='ref-classes-scons'><filename>scons</filename></link>
1811 class, this variable specifies additional configuration
1812 options you want to pass to the SCon command line.
1813 </para>
1814 </glossdef>
1815 </glossentry>
1816
1806 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm> 1817 <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm>
1807 <glossdef> 1818 <glossdef>
1808 <para> 1819 <para>