summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-06 12:41:17 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:23 +0000
commit51362f7858dda16840ed4384992062023e9c29dc (patch)
tree980610c49f57b7b6d5450f525509fc80882a497a /documentation/ref-manual/ref-variables.xml
parent54a2ed579dc23fce9527f24204a01dc1d7cc558b (diff)
downloadpoky-51362f7858dda16840ed4384992062023e9c29dc.tar.gz
ref-manual: Review edits to the "C" and "D" classes.
Modifications to ccache, chrpath, clutter, cross, cross-canadian, crosssdk, and debian classes. Added a new variable to the glossary for LEAD_SONAME. (From yocto-docs rev: bfaea19935ed694edee1dc03be37c7dcbebea47f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4a0e4d1047..2f3aafacc6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3514,6 +3514,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3514 </glossdef> 3514 </glossdef>
3515 </glossentry> 3515 </glossentry>
3516 3516
3517 <glossentry id='var-LEAD_SONAME'><glossterm>LEAD_SONAME</glossterm>
3518 <glossdef>
3519 <para>
3520 Specifies the lead (or primary) compiled library file
3521 (<filename>.so</filename>) that the
3522 <link linkend='ref-classes-debian'><filename>debian</filename></link>
3523 class applies its naming policy to given a recipe that
3524 packages multiple libraries.
3525 </para>
3526
3527 <para>
3528 This variable works in conjunction with the
3529 <filename>debian</filename> class.
3530 </para>
3531 </glossdef>
3532 </glossentry>
3533
3517 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm> 3534 <glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm>
3518 <glossdef> 3535 <glossdef>
3519 <para>Checksums of the license text in the recipe source code.</para> 3536 <para>Checksums of the license text in the recipe source code.</para>