diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-10 12:16:36 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:17:00 +0000 |
commit | 0ba32a62ae2d552fd059c398a7b9298292155ac2 (patch) | |
tree | 111040e7969155baec608237e0a4fc69daa7be1f /documentation | |
parent | 46614dab87bcc66cd6025115a849f6d1236a5468 (diff) | |
download | poky-0ba32a62ae2d552fd059c398a7b9298292155ac2.tar.gz |
ref-manual: Updated the ASSUME_SHLIBS variable.
Added an example.
(From yocto-docs rev: 7a22c2941618f29ad89087c186ae2af6f0c07323)
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 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2ac4a0acda..39e173363a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -316,6 +316,7 @@ | |||
316 | Provides additional <filename>shlibs</filename> provider | 316 | Provides additional <filename>shlibs</filename> provider |
317 | mapping information, which adds to or overwrites the | 317 | mapping information, which adds to or overwrites the |
318 | information provided automatically by the system. | 318 | information provided automatically by the system. |
319 | Separate multiple entries using spaces. | ||
319 | </para> | 320 | </para> |
320 | 321 | ||
321 | <para> | 322 | <para> |
@@ -327,9 +328,16 @@ | |||
327 | <literallayout class='monospaced'> | 328 | <literallayout class='monospaced'> |
328 | <replaceable>shlibname:packagename</replaceable>[_<replaceable>version</replaceable>] | 329 | <replaceable>shlibname:packagename</replaceable>[_<replaceable>version</replaceable>] |
329 | </literallayout> | 330 | </literallayout> |
330 | <note> | 331 | </para> |
331 | Separate multiple entries using spaces. | 332 | |
332 | </note> | 333 | <para> |
334 | Here is an example that adds an | ||
335 | <filename>shlib</filename> provider named | ||
336 | <filename>libEGL.so.1</filename> to the | ||
337 | <filename>libegl-implementation</filename> package: | ||
338 | <literallayout class='monospaced'> | ||
339 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" | ||
340 | </literallayout> | ||
333 | </para> | 341 | </para> |
334 | </glossdef> | 342 | </glossdef> |
335 | </glossentry> | 343 | </glossentry> |