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>
This commit is contained in:
Scott Rifenbark 2015-02-11 12:30:25 -08:00 committed by Richard Purdie
parent 57270588f8
commit 26a3df450e
1 changed files with 3 additions and 4 deletions

View File

@ -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>