]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: Final edits to INC_PR glossary entry
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 25 Sep 2012 17:45:24 +0000 (10:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Sep 2012 16:54:26 +0000 (17:54 +0100)
These edits removed the .x eplanation at the end.  Paul Eggleton
concluded they do not matter and are confusing.

(From yocto-docs rev: 3f3e0b65bbfbb8da3ba1ebbb8dc78c3adf5a1c98)

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 6b42e4d821cb92dd8ece100027e1c76c418216ba..3447ab91f897c5570289631c2caff903beb98341 100644 (file)
@@ -1010,19 +1010,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
                     The remaining lines in the example are from individual
                     recipes and show how the <filename>PR</filename> value
                     is set.</para>
-                <para>You will notice that each statement setting the 
-                    <filename>PR</filename> appends further definition of the
-                    revision (e.g. <filename>.1</filename>, <filename>.0</filename>,
-                    and <filename>.3</filename>).
-                    It is still up to you be sure that the exact revision 
-                    of the recipe is being used.
-                    So, for example, if the <filename>encodings_1.0.4.bb</filename>
-                    recipe was updated to a <filename>.5</filename> revision, 
-                    you would have to change the <filename>PR</filename> 
-                    variable in the recipe as follows:
-                    <literallayout class='monospaced'>
-recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.5"
-                    </literallayout></para>
             </glossdef>
         </glossentry>