diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-11 12:30:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:17:02 +0000 |
commit | 26a3df450e6649ce59cfd6ada5f36a3609fccb7c (patch) | |
tree | 1bd361bd0acfc613f121261f5bf1898e16f6acef /documentation | |
parent | 57270588f8626bb3e44630685d46acaa63f330da (diff) | |
download | 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.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bba4edf396..86161ede5d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -331,10 +331,9 @@ | |||
331 | </para> | 331 | </para> |
332 | 332 | ||
333 | <para> | 333 | <para> |
334 | Here is an example that adds an | 334 | Here is an example that adds a shared library named |
335 | <filename>shlib</filename> provider named | 335 | <filename>libEGL.so.1</filename> as being provided by |
336 | <filename>libEGL.so.1</filename> to the | 336 | the <filename>libegl-implementation</filename> package: |
337 | <filename>libegl-implementation</filename> package: | ||
338 | <literallayout class='monospaced'> | 337 | <literallayout class='monospaced'> |
339 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" | 338 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" |
340 | </literallayout> | 339 | </literallayout> |