summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-14 06:59:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:43 +0100
commitf42d8f4cf00d97ffc0038276893ba5d21a8a1599 (patch)
tree9c66aac142661c8137144d4f419fd99d56d3184e /documentation/ref-manual/ref-classes.xml
parent84d97de54a9996f56fa3ba646bbae4e65f596a61 (diff)
downloadpoky-f42d8f4cf00d97ffc0038276893ba5d21a8a1599.tar.gz
documentation: Fixed links for "metadata" term.
Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from the dev-manual to the ref-manual broke the links to the "Metadata" term. I fixed these. (From yocto-docs rev: 190da4b4d44952d141db26ca72b5bc1a52d77023) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 472215c25a..1801faf501 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -16,7 +16,7 @@
16</para> 16</para>
17 17
18<para> 18<para>
19 Any <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> usually 19 Any <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> usually
20 found in a recipe can also be placed in a class file. 20 found in a recipe can also be placed in a class file.
21 Class files are identified by the extension <filename>.bbclass</filename> 21 Class files are identified by the extension <filename>.bbclass</filename>
22 and are usually placed in a <filename>classes/</filename> directory beneath 22 and are usually placed in a <filename>classes/</filename> directory beneath
@@ -2419,7 +2419,7 @@ This check was removed for YP 2.3 release
2419 all dependencies previously built. 2419 all dependencies previously built.
2420 The reason for this discrepancy is because the RPM package manager 2420 The reason for this discrepancy is because the RPM package manager
2421 creates and processes more 2421 creates and processes more
2422 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> than the 2422 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> than the
2423 IPK package manager. 2423 IPK package manager.
2424 Consequently, you might consider setting 2424 Consequently, you might consider setting
2425 <filename>PACKAGE_CLASSES</filename> to "package_ipk" if you are 2425 <filename>PACKAGE_CLASSES</filename> to "package_ipk" if you are