diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-11 19:19:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-13 23:57:15 +0100 |
commit | 47cb48159f3c6398f1c308a640e579014a2b5001 (patch) | |
tree | f5e28742e7afbf1189b317ab2ad0f83be72d1afc /documentation/ref-manual | |
parent | 727b31c8c8c751e944851d03893af4810c686414 (diff) | |
download | 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')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 15 |
1 files 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 @@ | |||
17 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 17 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. |
18 | Class files can also be pointed to by | 18 | Class files can also be pointed to by |
19 | <link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link> | 19 | <link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link> |
20 | (e.g. <filename>build/</filename>)in the same way as | 20 | (e.g. <filename>build/</filename>) in the same way as |
21 | <filename>.conf</filename> files in the <filename>conf</filename> directory. | 21 | <filename>.conf</filename> files in the <filename>conf</filename> directory. |
22 | Class files are searched for in <link linkend='var-BBPATH'><filename>BBPATH</filename></link> | 22 | Class files are searched for in <link linkend='var-BBPATH'><filename>BBPATH</filename></link> |
23 | using the same method by which <filename>.conf</filename> files are searched. | 23 | using the same method by which <filename>.conf</filename> files are searched. |
@@ -171,7 +171,7 @@ | |||
171 | <para> | 171 | <para> |
172 | This class renames packages so that they follow the Debian naming | 172 | This class renames packages so that they follow the Debian naming |
173 | policy (i.e. <filename>eglibc</filename> becomes <filename>libc6</filename> | 173 | policy (i.e. <filename>eglibc</filename> becomes <filename>libc6</filename> |
174 | and <filename>eglibc-devel</filename> becomes <filename>libc6-dev</filename>. | 174 | and <filename>eglibc-devel</filename> becomes <filename>libc6-dev</filename>.) |
175 | </para> | 175 | </para> |
176 | </section> | 176 | </section> |
177 | 177 | ||
@@ -179,9 +179,10 @@ | |||
179 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> | 179 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> |
180 | 180 | ||
181 | <para> | 181 | <para> |
182 | <filename>pkg-config</filename> brought standardization and this class | 182 | <filename>pkg-config</filename> provides a standard way to get |
183 | aims to smooth integration of <filename>pkg-config</filename> | 183 | header and library information. |
184 | into libraries that use it. | 184 | This class aims to smooth integration of |
185 | <filename>pkg-config</filename> into libraries that use it. | ||
185 | </para> | 186 | </para> |
186 | 187 | ||
187 | <para> | 188 | <para> |
@@ -435,8 +436,8 @@ | |||
435 | <title>Host System Sanity Checks - <filename>sanity.bbclass</filename></title> | 436 | <title>Host System Sanity Checks - <filename>sanity.bbclass</filename></title> |
436 | 437 | ||
437 | <para> | 438 | <para> |
438 | This class checks to see if prerequisite software is present so that | 439 | This class checks to see if prerequisite software is present on the host system |
439 | users can be notified of potential problems that might affect their build. | 440 | so that users can be notified of potential problems that might affect their build. |
440 | The class also performs basic user configuration checks from | 441 | The class also performs basic user configuration checks from |
441 | the <filename>local.conf</filename> configuration file to | 442 | the <filename>local.conf</filename> configuration file to |
442 | prevent common mistakes that cause build failures. | 443 | prevent common mistakes that cause build failures. |