From dc9e4cbfe6fc2bec4503de0b23fb4f02475c10ac Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Oct 2015 10:31:29 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 13 +++++++------ 1 file 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 @@ <filename>pkgconfig.bbclass</filename> - The pkg-config class provides a standard way to get - header and library information. + The pkgconfig class provides a standard way to get + header and library information by using pkg-config. This class aims to smooth integration of pkg-config into libraries that use it. - During staging, BitBake installs pkg-config data into the - sysroots/ directory. - By making use of sysroot functionality within pkg-config, - this class no longer has to manipulate the files. + During staging, BitBake installs pkg-config + data into the sysroots/ directory. + By making use of sysroot functionality within + pkg-config, the pkgconfig + class no longer has to manipulate the files.