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 | openembedded-core-9f4c630dbd1ba074e20b69b759404ef31595851d.tar.gz openembedded-core-9f4c630dbd1ba074e20b69b759404ef31595851d.tar.bz2 openembedded-core-9f4c630dbd1ba074e20b69b759404ef31595851d.zip |
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 @@ <para> Autotools (autoconf, automake, libtool) brings standardisation and this class aims to define a set of tasks (configure, compile etc.) that will - work for all autotooled packages. It should usualy be enough to define + work for all autotooled packages. It should usually be enough to define a few standard variables as documented in the <link linkend='usingpoky-extend-addpkg-autotools'>simple autotools example</link> section and then simply "inherit autotools". This class @@ -60,7 +60,7 @@ <itemizedlist> <listitem> <para> - 'do_configure' regenearates the configure script (using autoreconf) and + 'do_configure' regenerates the configure script (using autoreconf) and then launches it with a standard set of arguments used during cross-compilation. Additional parameters can be passed to <command>configure</command> through the <glossterm><link |