summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-classes.xml')
-rw-r--r--documentation/poky-ref-manual/ref-classes.xml4
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