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.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 1b7ab94801..46e7b79e75 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2627,17 +2627,18 @@
2627 <title><filename>pkgconfig.bbclass</filename></title> 2627 <title><filename>pkgconfig.bbclass</filename></title>
2628 2628
2629 <para> 2629 <para>
2630 The <filename>pkg-config</filename> class provides a standard way to get 2630 The <filename>pkgconfig</filename> class provides a standard way to get
2631 header and library information. 2631 header and library information by using <filename>pkg-config</filename>.
2632 This class aims to smooth integration of 2632 This class aims to smooth integration of
2633 <filename>pkg-config</filename> into libraries that use it. 2633 <filename>pkg-config</filename> into libraries that use it.
2634 </para> 2634 </para>
2635 2635
2636 <para> 2636 <para>
2637 During staging, BitBake installs <filename>pkg-config</filename> data into the 2637 During staging, BitBake installs <filename>pkg-config</filename>
2638 <filename>sysroots/</filename> directory. 2638 data into the <filename>sysroots/</filename> directory.
2639 By making use of sysroot functionality within <filename>pkg-config</filename>, 2639 By making use of sysroot functionality within
2640 this class no longer has to manipulate the files. 2640 <filename>pkg-config</filename>, the <filename>pkgconfig</filename>
2641 class no longer has to manipulate the files.
2641 </para> 2642 </para>
2642</section> 2643</section>
2643 2644