From 2fb93ec40c13ec5d31ad3c3341fcdea30893a928 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 04:59:14 -0600 Subject: [PATCH] ref-manual: Added the lib_package class. (From yocto-docs rev: 93aaf3705c28d97041368b2a4ca00f964fdf5837) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ +
+ <filename>lib_package.bbclass</filename> + + + The library package (lib_package) 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 + ${PN}-bin + package to make their installation optional. + +
+
<filename>mime.bbclass</filename>