documentation: Final edits to INC_PR glossary entry

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>
This commit is contained in:
Scott Rifenbark
2012-09-25 10:45:24 -07:00
committed by Richard Purdie
parent 35800afcc5
commit 894324908a

View 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>