summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-01-30 14:42:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-12 21:49:01 +0000
commitd36b193caabb08b7b62cf94f1d82c0d61383f72d (patch)
tree49f70c3b35904bc1800469c357889f71b59d73b5 /documentation
parent4d7db0fb1c6105b28244f4491eda485b4b6f3311 (diff)
downloadpoky-d36b193caabb08b7b62cf94f1d82c0d61383f72d.tar.gz
ref-manual: Fixed literal formatting in INC_PR variable.
No indentation was being used for the example. (From yocto-docs rev: e5d13181546d19772fede972b20518103d897eaa) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
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'>
6743recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" 6743 recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
6744recipes-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"
6745recipes-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"
6746recipes-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