ref-manual: Added the lib_package class.

(From yocto-docs rev: 93aaf3705c28d97041368b2a4ca00f964fdf5837)

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 2013-12-03 04:59:14 -06:00 committed by Richard Purdie
parent e3e87d6f11
commit 2fb93ec40c
1 changed files with 14 additions and 0 deletions

View File

@ -1016,6 +1016,20 @@
</para>
</section>
<section id='ref-classes-lib_package'>
<title><filename>lib_package.bbclass</filename></title>
<para>
The library package (<filename>lib_package</filename>) class
supports recipes that build libraries and produce executable
binaries, where those binaries should not be installed by default
along with the library.
Instead, the binaries are added to a separate
<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-bin</filename>
package to make their installation optional.
</para>
</section>
<section id='ref-classes-mime'>
<title><filename>mime.bbclass</filename></title>