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 9e51b7591c..7dc9049498 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -6697,10 +6697,10 @@ | |||
6697 | revisioning by appending values to the | 6697 | revisioning by appending values to the |
6698 | <filename>INC_PR</filename> variable: | 6698 | <filename>INC_PR</filename> variable: |
6699 | <literallayout class='monospaced'> | 6699 | <literallayout class='monospaced'> |
6700 | recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" | 6700 | recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" |
6701 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" | 6701 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" |
6702 | recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" | 6702 | recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" |
6703 | recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | 6703 | recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" |
6704 | </literallayout> | 6704 | </literallayout> |
6705 | The first line of the example establishes the baseline | 6705 | The first line of the example establishes the baseline |
6706 | revision to be used for all recipes that use the | 6706 | revision to be used for all recipes that use the |