diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-03 07:23:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:48:16 +0100 |
commit | a7cf3cd9c2c9b8702aee17781faf652905b6e9b9 (patch) | |
tree | 3e0e3dec54c5329ee7f279e6875bc0a8f4347296 | |
parent | b64ad8ba853bde48e1c7329f558a23b7a8e094f7 (diff) | |
download | 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.xml | 5 |
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 9e9d6c5bfb..db9d7370f4 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}", \ | |||
949 | <glossdef> | 949 | <glossdef> |
950 | <para>Defines the Package revision. | 950 | <para>Defines the Package revision. |
951 | You manually combine values for <filename>INC_PR</filename> into the | 951 | You manually combine values for <filename>INC_PR</filename> into the |
952 | <filename>PR</filename> field of the parent recipe. | 952 | <link linkend='var-PR'><filename>PR</filename></link> field of the parent recipe. |
953 | When you change this variable, you change the <filename>PR</filename> | 953 | When you change this variable, you change the <filename>PR</filename> |
954 | value for every person that includes the file.</para> | 954 | value for every person that includes the file.</para> |
955 | <para> | 955 | <para> |
956 | The following example shows how to use the <filename>INC_PR</filename> variable | 956 | The following example shows how to use the <filename>INC_PR</filename> variable |
957 | given a common <filename>.inc</filename> file that defines the variable. | 957 | given a common <filename>.inc</filename> file that defines the variable. |
958 | Once defined, you can use the variable to set the <filename>PR</filename> value: | 958 | Once defined, you can use the variable to set the |
959 | <filename>PR</filename> value: | ||
959 | </para> | 960 | </para> |
960 | <literallayout class='monospaced'> | 961 | <literallayout class='monospaced'> |
961 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" | 962 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" |