ref-manual: Updated the ASSUME_SHLIBS variable.

Added an example.

(From yocto-docs rev: 7a22c2941618f29ad89087c186ae2af6f0c07323)

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-10 12:16:36 -08:00 committed by Richard Purdie
parent 46614dab87
commit 0ba32a62ae
1 changed files with 11 additions and 3 deletions

View File

@ -316,6 +316,7 @@
Provides additional <filename>shlibs</filename> provider
mapping information, which adds to or overwrites the
information provided automatically by the system.
Separate multiple entries using spaces.
</para>
<para>
@ -327,9 +328,16 @@
<literallayout class='monospaced'>
<replaceable>shlibname:packagename</replaceable>[_<replaceable>version</replaceable>]
</literallayout>
<note>
Separate multiple entries using spaces.
</note>
</para>
<para>
Here is an example that adds an
<filename>shlib</filename> provider named
<filename>libEGL.so.1</filename> to the
<filename>libegl-implementation</filename> package:
<literallayout class='monospaced'>
ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation"
</literallayout>
</para>
</glossdef>
</glossentry>