summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-06 09:15:58 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:50 -0800
commit797758c0d496dc6938a5b6fe2681bfc908dde0cd (patch)
treef96b777709c01c00817f0bef6f7dde23dbfd396f /documentation/poky-ref-manual/ref-classes.xml
parentf908723bc6ac0c42157f6774b4ed483b7ef610c9 (diff)
downloadpoky-797758c0d496dc6938a5b6fe2681bfc908dde0cd.tar.gz
documentation/poky-ref-manual: Link updates
Pulling the "Common Tasks" chapter fromt YP Reference Manual broke many links. Each of these links had to be repaired so that the link is to the YP Develepment Manual now, where the chapter was moved to. (From yocto-docs rev: 08176135b8ac856b8cf7872300ce41ada87fa486) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>