diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-26 09:26:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-27 07:40:35 +0000 |
commit | 8571027be2e3f12ef36121de2caee78e97c98e68 (patch) | |
tree | 0c9f3930905a9d7790a5dc5270679a6093e3a47a /documentation/ref-manual/ref-variables.xml | |
parent | 4bdaa5c5baf9b3f6306e8f2452155546d1f9730a (diff) | |
download | poky-8571027be2e3f12ef36121de2caee78e97c98e68.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6329cc2f5a..0346092c98 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -3652,6 +3652,29 @@ | |||
3652 | </glossdef> | 3652 | </glossdef> |
3653 | </glossentry> | 3653 | </glossentry> |
3654 | 3654 | ||
3655 | <glossentry id='var-FILES_SOLIBSDEV'><glossterm>FILES_SOLIBSDEV</glossterm> | ||
3656 | <info> | ||
3657 | FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform." | ||
3658 | </info> | ||
3659 | <glossdef> | ||
3660 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | ||
3661 | Defines the file specification to match | ||
3662 | <link linkend='var-SOLIBSDEV'><filename>SOLIBSDEV</filename></link>. | ||
3663 | In other words, <filename>FILES_SOLIBSDEV</filename> | ||
3664 | defines the full path name of the development symbolic link | ||
3665 | (symlink) for shared libraries on the target platform. | ||
3666 | </para> | ||
3667 | |||
3668 | <para> | ||
3669 | The following statement from the | ||
3670 | <filename>bitbake.conf</filename> shows how it is set: | ||
3671 | <literallayout class='monospaced'> | ||
3672 | FILES_SOLIBSDEV ?= "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}" | ||
3673 | </literallayout> | ||
3674 | </para> | ||
3675 | </glossdef> | ||
3676 | </glossentry> | ||
3677 | |||
3655 | <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm> | 3678 | <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm> |
3656 | <info> | 3679 | <info> |
3657 | FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." | 3680 | FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." |