summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f3dadf0e62..c82fe31890 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2610,8 +2610,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2610 2610
2611 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm> 2611 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm>
2612 <glossdef> 2612 <glossdef>
2613 <para>Causes the <filename>PR</filename> variable of 2613 <para>Causes the <link linkend='var-PR'><filename>PR</filename></link>
2614 <filename>.bbappend</filename> files to dynamically increment. 2614 variable of <filename>.bbappend</filename> files to
2615 dynamically increment.
2615 This increment minimizes the impact of layer ordering.</para> 2616 This increment minimizes the impact of layer ordering.</para>
2616 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, 2617 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist,
2617 <filename>PRINC</filename> should be self referencing. 2618 <filename>PRINC</filename> should be self referencing.
@@ -2622,7 +2623,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2622 </literallayout> 2623 </literallayout>
2623 It is adviseable not to use strings such as ".= '.1'" with the variable because 2624 It is adviseable not to use strings such as ".= '.1'" with the variable because
2624 this usage is very sensitive to layer ordering. 2625 this usage is very sensitive to layer ordering.
2625 Explicit assignments should be avoided as they cannot adequately represent multiple 2626 You should avoid explicit assignments as they cannot
2627 adequately represent multiple
2626 <filename>.bbappend</filename> files.</para> 2628 <filename>.bbappend</filename> files.</para>
2627 </glossdef> 2629 </glossdef>
2628 </glossentry> 2630 </glossentry>