summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-24 09:29:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 17:54:25 +0100
commit8711ca817a4cf1c30dfdcd7717676b8d7979f0c2 (patch)
tree864935d8fb5b07479c8f02b067c95026ed5e8e22 /documentation/poky-ref-manual
parent71107aa1add5fd3c8e996ff91e9c4919ca81a949 (diff)
downloadpoky-8711ca817a4cf1c30dfdcd7717676b8d7979f0c2.tar.gz
documentation: PRINC variable glossary entry edits
Changed the wording in the front to get rid of redundancy and specifically state that this variable affects .bbappend files only. (From yocto-docs rev: 7647cef96643b3723f80013c2c51ba6d7480122a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 1331d1adfc..150d15c433 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1612,9 +1612,9 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1612 1612
1613 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm> 1613 <glossentry id='var-PRINC'><glossterm>PRINC</glossterm>
1614 <glossdef> 1614 <glossdef>
1615 <para>Causes the <filename>PR</filename> variable to dynamically increment. 1615 <para>Causes the <filename>PR</filename> variable of
1616 This incrementation increases the value of a recipe's revision 1616 <filename>.bbappend</filename> files to dynamically increment.
1617 (<filename>PR</filename>) while minimizing the impact of layer ordering.</para> 1617 This increment minimizes the impact of layer ordering.</para>
1618 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, 1618 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist,
1619 <filename>PRINC</filename> should be self referencing. 1619 <filename>PRINC</filename> should be self referencing.
1620 The variable defaults to 0.</para> 1620 The variable defaults to 0.</para>