summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-03 07:23:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 14:48:16 +0100
commita7cf3cd9c2c9b8702aee17781faf652905b6e9b9 (patch)
tree3e0e3dec54c5329ee7f279e6875bc0a8f4347296
parentb64ad8ba853bde48e1c7329f558a23b7a8e094f7 (diff)
downloadast2050-yocto-poky-a7cf3cd9c2c9b8702aee17781faf652905b6e9b9.zip
ast2050-yocto-poky-a7cf3cd9c2c9b8702aee17781faf652905b6e9b9.tar.gz
documentation/poky-ref-manual/ref-variables.xml: Added link to PR
(From yocto-docs rev: d64bf592f16f2462727aedf6b9c552ec9c73d72c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 9e9d6c5..db9d737 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -949,13 +949,14 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
<glossdef>
<para>Defines the Package revision.
You manually combine values for <filename>INC_PR</filename> into the
- <filename>PR</filename> field of the parent recipe.
+ <link linkend='var-PR'><filename>PR</filename></link> field of the parent recipe.
When you change this variable, you change the <filename>PR</filename>
value for every person that includes the file.</para>
<para>
The following example shows how to use the <filename>INC_PR</filename> variable
given a common <filename>.inc</filename> file that defines the variable.
- Once defined, you can use the variable to set the <filename>PR</filename> value:
+ Once defined, you can use the variable to set the
+ <filename>PR</filename> value:
</para>
<literallayout class='monospaced'>
recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1"
OpenPOWER on IntegriCloud