From 523f23d1de60a1c17aff10352dda2080860bcdb3 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 11 Apr 2013 19:19:17 +0100 Subject: ref-manual/ref-classes: minor typo fixes and clarifications Removed a redundant use of "and" and broke the long sentence into two. (From yocto-docs rev: d6087ffaf36a3e3f16a7910c2b065bebaaf20a23) Signed-off-by: Paul Eggleton Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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. -- cgit v1.2.3-54-g00ecf