diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 6b42e4d821..3447ab91f8 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" -