diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-10-15 10:31:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:35 +0100 |
commit | dc9e4cbfe6fc2bec4503de0b23fb4f02475c10ac (patch) | |
tree | 150c5364518743b2b932073ff6ff7db1ab8e3289 /documentation | |
parent | 5bc8fa6887efc09e1848fd478af9cf95cf805888 (diff) | |
download | poky-dc9e4cbfe6fc2bec4503de0b23fb4f02475c10ac.tar.gz |
ref-manual: Added correct class name as part of pkgconfig description
I was refering to the class as "pkg-config". This was incorrect.
I fixed it in the opening sentence to use "pkgconfig".
(From yocto-docs rev: c8400b362704093d4c2c891f521c11818eb506a8)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 13 |
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 | ||