summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-16 13:55:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:05 +0000
commit207f345d1a80c353fd9eff738d1d4df2c6cc1ad7 (patch)
tree0a4630fff2f2a7996abbe2803371f4bb3862db36 /documentation/ref-manual
parentb8e6656319bb7ada4d79cf889fbf2c1ad87cd0ba (diff)
downloadpoky-207f345d1a80c353fd9eff738d1d4df2c6cc1ad7.tar.gz
ref-manual: Converted two external links to internal links.
(From yocto-docs rev: db050c85848f2e465b694f5caeefde478d984c1e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 48468c7f89..eaceb13b8e 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_REF_URL;#metadata'>Metadata</ulink> usually 19 Any <link linkend='metadata'>Metadata</link> 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
@@ -2399,7 +2399,7 @@ This check was removed for YP 2.3 release
2399 all dependencies previously built. 2399 all dependencies previously built.
2400 The reason for this discrepancy is because the RPM package manager 2400 The reason for this discrepancy is because the RPM package manager
2401 creates and processes more 2401 creates and processes more
2402 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> than the 2402 <link linkend='metadata'>Metadata</link> than the
2403 IPK package manager. 2403 IPK package manager.
2404 Consequently, you might consider setting 2404 Consequently, you might consider setting
2405 <filename>PACKAGE_CLASSES</filename> to "package_ipk" if you are 2405 <filename>PACKAGE_CLASSES</filename> to "package_ipk" if you are