diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 8e30f47baf..84551cc23a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -6740,10 +6740,10 @@ | |||
6740 | revisioning by appending values to the | 6740 | revisioning by appending values to the |
6741 | <filename>INC_PR</filename> variable: | 6741 | <filename>INC_PR</filename> variable: |
6742 | <literallayout class='monospaced'> | 6742 | <literallayout class='monospaced'> |
6743 | recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" | 6743 | recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" |
6744 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" | 6744 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" |
6745 | recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" | 6745 | recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" |
6746 | recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | 6746 | recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" |
6747 | </literallayout> | 6747 | </literallayout> |
6748 | The first line of the example establishes the baseline | 6748 | The first line of the example establishes the baseline |
6749 | revision to be used for all recipes that use the | 6749 | revision to be used for all recipes that use the |