summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2af27c67da..2bddc4eaae 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1016,6 +1016,20 @@
1016 </para> 1016 </para>
1017</section> 1017</section>
1018 1018
1019<section id='ref-classes-lib_package'>
1020 <title><filename>lib_package.bbclass</filename></title>
1021
1022 <para>
1023 The library package (<filename>lib_package</filename>) class
1024 supports recipes that build libraries and produce executable
1025 binaries, where those binaries should not be installed by default
1026 along with the library.
1027 Instead, the binaries are added to a separate
1028 <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-bin</filename>
1029 package to make their installation optional.
1030 </para>
1031</section>
1032
1019<section id='ref-classes-mime'> 1033<section id='ref-classes-mime'>
1020 <title><filename>mime.bbclass</filename></title> 1034 <title><filename>mime.bbclass</filename></title>
1021 1035