summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-10 12:16:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:00 +0000
commit0ba32a62ae2d552fd059c398a7b9298292155ac2 (patch)
tree111040e7969155baec608237e0a4fc69daa7be1f /documentation
parent46614dab87bcc66cd6025115a849f6d1236a5468 (diff)
downloadast2050-yocto-poky-0ba32a62ae2d552fd059c398a7b9298292155ac2.zip
ast2050-yocto-poky-0ba32a62ae2d552fd059c398a7b9298292155ac2.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2ac4a0a..39e1733 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -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>
OpenPOWER on IntegriCloud