]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the ASSUME_SHLIB variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 11 Feb 2015 20:30:25 +0000 (12:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Feb 2015 15:17:02 +0000 (15:17 +0000)
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>
documentation/ref-manual/ref-variables.xml

index bba4edf3961d314f1e5c552b9a41dade3849941c..86161ede5d1cc882264071fb9944571113d70dbd 100644 (file)
                 </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>