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