summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-25 10:45:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 17:54:26 +0100
commit894324908ac308147a0e1379bbf711068c52225c (patch)
tree9989b5da76acb585f572366b6966ef439f5b3546 /documentation/poky-ref-manual
parent35800afcc5234c882337a08f0815b7859b9b66f3 (diff)
downloadpoky-894324908ac308147a0e1379bbf711068c52225c.tar.gz
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>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml13
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'>
1024recipes-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