summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-11 19:19:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:15 +0100
commit47cb48159f3c6398f1c308a640e579014a2b5001 (patch)
treef5e28742e7afbf1189b317ab2ad0f83be72d1afc /documentation/ref-manual/ref-classes.xml
parent727b31c8c8c751e944851d03893af4810c686414 (diff)
downloadast2050-yocto-poky-47cb48159f3c6398f1c308a640e579014a2b5001.zip
ast2050-yocto-poky-47cb48159f3c6398f1c308a640e579014a2b5001.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 3abf3e7..7a451d6 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -17,7 +17,7 @@
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
Class files can also be pointed to by
<link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link>
- (e.g. <filename>build/</filename>)in the same way as
+ (e.g. <filename>build/</filename>) in the same way as
<filename>.conf</filename> files in the <filename>conf</filename> directory.
Class files are searched for in <link linkend='var-BBPATH'><filename>BBPATH</filename></link>
using the same method by which <filename>.conf</filename> files are searched.
@@ -171,7 +171,7 @@
<para>
This class renames packages so that they follow the Debian naming
policy (i.e. <filename>eglibc</filename> becomes <filename>libc6</filename>
- and <filename>eglibc-devel</filename> becomes <filename>libc6-dev</filename>.
+ and <filename>eglibc-devel</filename> becomes <filename>libc6-dev</filename>.)
</para>
</section>
@@ -179,9 +179,10 @@
<title>Pkg-config - <filename>pkgconfig.bbclass</filename></title>
<para>
- <filename>pkg-config</filename> brought standardization and this class
- aims to smooth integration of <filename>pkg-config</filename>
- into libraries that use it.
+ <filename>pkg-config</filename> provides a standard way to get
+ header and library information.
+ This class aims to smooth integration of
+ <filename>pkg-config</filename> into libraries that use it.
</para>
<para>
@@ -435,8 +436,8 @@
<title>Host System Sanity Checks - <filename>sanity.bbclass</filename></title>
<para>
- 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 <filename>local.conf</filename> configuration file to
prevent common mistakes that cause build failures.
OpenPOWER on IntegriCloud