summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 13:57:09 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:11 +0000
commit35bc7dc25e6defd06ce20ae3adbbc056742d4ea7 (patch)
treeaec8bd9d4131a2a01b3c3d808e4d1f82c03897f0 /documentation/ref-manual/ref-classes.xml
parent1f0853c7ea444a1ab25e4dd8a4309982cef46a91 (diff)
downloadpoky-35bc7dc25e6defd06ce20ae3adbbc056742d4ea7.tar.gz
ref-manual: Edits to lib_package class.
(From yocto-docs rev: 2e2846611a441a7a4c5c71ce9b5b58912d47dc09) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index fb3c8ba529..61e23ca8c9 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1469,7 +1469,7 @@
1469 <title><filename>lib_package.bbclass</filename></title> 1469 <title><filename>lib_package.bbclass</filename></title>
1470 1470
1471 <para> 1471 <para>
1472 The library package (<filename>lib_package</filename>) class 1472 The <filename>lib_package</filename> class
1473 supports recipes that build libraries and produce executable 1473 supports recipes that build libraries and produce executable
1474 binaries, where those binaries should not be installed by default 1474 binaries, where those binaries should not be installed by default
1475 along with the library. 1475 along with the library.