summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 98a501f399..da57e2c384 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -609,7 +609,7 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0"
609 609
610 <glossentry id='var-PR'><glossterm>PR</glossterm> 610 <glossentry id='var-PR'><glossterm>PR</glossterm>
611 <glossdef> 611 <glossdef>
612 <para>Revision of package. 612 <para>Revision of package. The default value is "r0".
613 </para> 613 </para>
614 </glossdef> 614 </glossdef>
615 </glossentry> 615 </glossentry>
@@ -617,7 +617,11 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0"
617 <glossentry id='var-PV'><glossterm>PV</glossterm> 617 <glossentry id='var-PV'><glossterm>PV</glossterm>
618 <glossdef> 618 <glossdef>
619 <para>Version of package. 619 <para>Version of package.
620 The default value is "1.0"</para> 620 This is normally extracted from the recipe name, e.g. if the recipe is named
621 "expat_2.0.1.bb" then PV will be "2.0.1". PV is generally not overridden within
622 a recipe unless it is building an unstable version from a source code repository
623 (git, svn, etc.).
624 </para>
621 </glossdef> 625 </glossdef>
622 </glossentry> 626 </glossentry>
623 627