ref-manual: Added variable description for FILES_SOLIBSDEV

Fixes [YOCTO #7358]

Added a new variable description.

(From yocto-docs rev: 42ff075319b346f22d2c604c0de249ac3039a992)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-02-26 09:26:27 -08:00 committed by Richard Purdie
parent 4bdaa5c5ba
commit 8571027be2
1 changed files with 23 additions and 0 deletions

View File

@ -3652,6 +3652,29 @@
</glossdef>
</glossentry>
<glossentry id='var-FILES_SOLIBSDEV'><glossterm>FILES_SOLIBSDEV</glossterm>
<info>
FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform."
</info>
<glossdef>
<para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" />
Defines the file specification to match
<link linkend='var-SOLIBSDEV'><filename>SOLIBSDEV</filename></link>.
In other words, <filename>FILES_SOLIBSDEV</filename>
defines the full path name of the development symbolic link
(symlink) for shared libraries on the target platform.
</para>
<para>
The following statement from the
<filename>bitbake.conf</filename> shows how it is set:
<literallayout class='monospaced'>
FILES_SOLIBSDEV ?= "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}"
</literallayout>
</para>
</glossdef>
</glossentry>
<glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm>
<info>
FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files."