diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-02 14:34:31 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:27 -0800 |
commit | 9f4c630dbd1ba074e20b69b759404ef31595851d (patch) | |
tree | ad0fea2dee2a87076d100b32974d70becce8d5bb /documentation/poky-ref-manual/ref-classes.xml | |
parent | 111f0678eecb63f8f44a5128bc3bfc46942231a7 (diff) | |
download | poky-9f4c630dbd1ba074e20b69b759404ef31595851d.tar.gz |
documentation/poky-ref-manual: changes applied from a patch submitted by Cyril Humbert.
Cyril submitted a patch via email form for several spelling corrections. The master docs, however, are not up-to-date with what I have on my contrib area. Many of Cyril's corrections were already addressed. A few were not and I have updated them here with this commit.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 38122c0301..d7cfb6e143 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
@@ -45,7 +45,7 @@ | |||
45 | <para> | 45 | <para> |
46 | Autotools (autoconf, automake, libtool) brings standardisation and this | 46 | Autotools (autoconf, automake, libtool) brings standardisation and this |
47 | class aims to define a set of tasks (configure, compile etc.) that will | 47 | class aims to define a set of tasks (configure, compile etc.) that will |
48 | work for all autotooled packages. It should usualy be enough to define | 48 | work for all autotooled packages. It should usually be enough to define |
49 | a few standard variables as documented in the <link | 49 | a few standard variables as documented in the <link |
50 | linkend='usingpoky-extend-addpkg-autotools'>simple autotools | 50 | linkend='usingpoky-extend-addpkg-autotools'>simple autotools |
51 | example</link> section and then simply "inherit autotools". This class | 51 | example</link> section and then simply "inherit autotools". This class |
@@ -60,7 +60,7 @@ | |||
60 | <itemizedlist> | 60 | <itemizedlist> |
61 | <listitem> | 61 | <listitem> |
62 | <para> | 62 | <para> |
63 | 'do_configure' regenearates the configure script (using autoreconf) and | 63 | 'do_configure' regenerates the configure script (using autoreconf) and |
64 | then launches it with a standard set of arguments used during | 64 | then launches it with a standard set of arguments used during |
65 | cross-compilation. Additional parameters can be passed to | 65 | cross-compilation. Additional parameters can be passed to |
66 | <command>configure</command> through the <glossterm><link | 66 | <command>configure</command> through the <glossterm><link |