summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-11 12:30:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:02 +0000
commit26a3df450e6649ce59cfd6ada5f36a3609fccb7c (patch)
tree1bd361bd0acfc613f121261f5bf1898e16f6acef /documentation
parent57270588f8626bb3e44630685d46acaa63f330da (diff)
downloadast2050-yocto-poky-26a3df450e6649ce59cfd6ada5f36a3609fccb7c.zip
ast2050-yocto-poky-26a3df450e6649ce59cfd6ada5f36a3609fccb7c.tar.gz
ref-manual: Updated the ASSUME_SHLIB variable.
Applied a different example from Paul. (From yocto-docs rev: b21ef6a792361eb0893ee17524794fba3bed885c) 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.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index bba4edf..86161ed 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -331,10 +331,9 @@
</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:
+ Here is an example that adds a shared library named
+ <filename>libEGL.so.1</filename> as being provided by
+ the <filename>libegl-implementation</filename> package:
<literallayout class='monospaced'>
ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation"
</literallayout>
OpenPOWER on IntegriCloud