ref-manual: Added the lib_package class.

(From yocto-docs rev: a43b40d813e3e8d467179334119d14a24dca9989)

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 842461e2f4
commit 96ed7b9eec

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>