diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3abf3e73a8..7a451d625c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -17,7 +17,7 @@ Source Directory. Class files can also be pointed to by BUILDDIR - (e.g. build/)in the same way as + (e.g. build/) in the same way as .conf files in the conf directory. Class files are searched for in BBPATH using the same method by which .conf files are searched. @@ -171,7 +171,7 @@ This class renames packages so that they follow the Debian naming policy (i.e. eglibc becomes libc6 - and eglibc-devel becomes libc6-dev. + and eglibc-devel becomes libc6-dev.) @@ -179,9 +179,10 @@ Pkg-config - <filename>pkgconfig.bbclass</filename> - pkg-config brought standardization and this class - aims to smooth integration of pkg-config - into libraries that use it. + pkg-config provides a standard way to get + header and library information. + This class aims to smooth integration of + pkg-config into libraries that use it. @@ -435,8 +436,8 @@ Host System Sanity Checks - <filename>sanity.bbclass</filename> - This class checks to see if prerequisite software is present so that - users can be notified of potential problems that might affect their build. + This class checks to see if prerequisite software is present on the host system + so that users can be notified of potential problems that might affect their build. The class also performs basic user configuration checks from the local.conf configuration file to prevent common mistakes that cause build failures.