From: Scott Rifenbark Date: Tue, 25 Sep 2012 17:45:24 +0000 (-0700) Subject: documentation: Final edits to INC_PR glossary entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894324908ac308147a0e1379bbf711068c52225c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 6b42e4d821c..3447ab91f89 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -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 PR value is set. - You will notice that each statement setting the - PR appends further definition of the - revision (e.g. .1, .0, - and .3). - It is still up to you be sure that the exact revision - of the recipe is being used. - So, for example, if the encodings_1.0.4.bb - recipe was updated to a .5 revision, - you would have to change the PR - variable in the recipe as follows: - -recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.5" -