diff options
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 13 |
1 files changed, 0 insertions, 13 deletions
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" | |||
1010 | The remaining lines in the example are from individual | 1010 | The remaining lines in the example are from individual |
1011 | recipes and show how the <filename>PR</filename> value | 1011 | recipes and show how the <filename>PR</filename> value |
1012 | is set.</para> | 1012 | is set.</para> |
1013 | <para>You will notice that each statement setting the | ||
1014 | <filename>PR</filename> appends further definition of the | ||
1015 | revision (e.g. <filename>.1</filename>, <filename>.0</filename>, | ||
1016 | and <filename>.3</filename>). | ||
1017 | It is still up to you be sure that the exact revision | ||
1018 | of the recipe is being used. | ||
1019 | So, for example, if the <filename>encodings_1.0.4.bb</filename> | ||
1020 | recipe was updated to a <filename>.5</filename> revision, | ||
1021 | you would have to change the <filename>PR</filename> | ||
1022 | variable in the recipe as follows: | ||
1023 | <literallayout class='monospaced'> | ||
1024 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.5" | ||
1025 | </literallayout></para> | ||
1026 | </glossdef> | 1013 | </glossdef> |
1027 | </glossentry> | 1014 | </glossentry> |
1028 | 1015 | ||