diff options
| -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" |
