summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 3447ab91f8..2ea1122e92 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1647,7 +1647,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1647 This increment minimizes the impact of layer ordering.</para> 1647 This increment minimizes the impact of layer ordering.</para>
1648 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, 1648 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist,
1649 <filename>PRINC</filename> should be self referencing. 1649 <filename>PRINC</filename> should be self referencing.
1650 The variable defaults to 0.</para> 1650 This variable defaults to 0.</para>
1651 <para>Following is an example that increments <filename>PR</filename> by two: 1651 <para>Following is an example that increments <filename>PR</filename> by two:
1652 <literallayout class='monospaced'> 1652 <literallayout class='monospaced'>
1653 PRINC := "${@int(PRINC) + 2}" 1653 PRINC := "${@int(PRINC) + 2}"