]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: PRINC variable glossary entry edits
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 24 Sep 2012 16:29:59 +0000 (09:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Sep 2012 16:54:25 +0000 (17:54 +0100)
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>
documentation/poky-ref-manual/ref-variables.xml

index 1331d1adfcf67b22f15e6bff3e82d38bdee56dc2..150d15c43300adcdab41f9cc34ce7974bb6969d0 100644 (file)
@@ -1612,9 +1612,9 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
 
         <glossentry id='var-PRINC'><glossterm>PRINC</glossterm>
             <glossdef>
-                <para>Causes the <filename>PR</filename> variable to dynamically increment.
-                    This incrementation increases the value of a recipe's revision 
-                    (<filename>PR</filename>) while minimizing the impact of layer ordering.</para>
+                <para>Causes the <filename>PR</filename> variable of 
+                    <filename>.bbappend</filename> files to dynamically increment.
+                    This increment minimizes the impact of layer ordering.</para>
                 <para>In order to ensure multiple <filename>.bbappend</filename> files can co-exist, 
                     <filename>PRINC</filename> should be self referencing.
                     The variable defaults to 0.</para>