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.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index fbdd0787b0..9eb0901aff 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -48,10 +48,11 @@
48 and <filename>libtool</filename>) bring standardization. 48 and <filename>libtool</filename>) bring standardization.
49 This class defines a set of tasks (configure, compile etc.) that 49 This class defines a set of tasks (configure, compile etc.) that
50 work for all Autotooled packages. 50 work for all Autotooled packages.
51 It should usually be enough to define a few standard variables as documented in the 51 It should usually be enough to define a few standard variables
52 <link linkend='usingpoky-extend-addpkg-autotools'>Autotooled Package</link> section 52 and then simply <filename>inherit autotools</filename>.
53 and then simply <filename>inherit autotools</filename>.
54 This class can also work with software that emulates Autotools. 53 This class can also work with software that emulates Autotools.
54 For more information, see the
55 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-extend-addpkg-autotools'>Autotooled Package</ulink>" section in the Yocto Project Development Manual.
55 </para> 56 </para>
56 57
57 <para> 58 <para>