ref-manual: Updates to PKGV, PKGE, and PKGR.

Fixes [YOCTO #10138]

Small wording changes.

(From yocto-docs rev: 66afe7560f086ea350df92b2b40ce5790d3d523c)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-08-22 15:22:40 -07:00 committed by Richard Purdie
parent 9ba4fc087e
commit 08e3ef9808
1 changed files with 6 additions and 8 deletions

View File

@ -9537,13 +9537,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PKGE'><glossterm>PKGE</glossterm> <glossentry id='var-PKGE'><glossterm>PKGE</glossterm>
<info> <info>
PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." PKGE[doc] = "The epoch of the package(s) built by the recipe."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
The epoch of the output package built by the The epoch of the package(s) built by the recipe.
OpenEmbedded build system.
By default, <filename>PKGE</filename> is set to By default, <filename>PKGE</filename> is set to
<link linkend='var-PE'><filename>PE</filename></link>. <link linkend='var-PE'><filename>PE</filename></link>.
</para> </para>
@ -9552,13 +9551,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PKGR'><glossterm>PKGR</glossterm> <glossentry id='var-PKGR'><glossterm>PKGR</glossterm>
<info> <info>
PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." PKGR[doc] = "The revision of the output package(s) built by the recipe."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
The revision of the output package built by the The revision of the output package(s) built by the recipe.
OpenEmbedded build system.
By default, <filename>PKGR</filename> is set to By default, <filename>PKGR</filename> is set to
<link linkend='var-PR'><filename>PR</filename></link>. <link linkend='var-PR'><filename>PR</filename></link>.
</para> </para>
@ -9567,12 +9565,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PKGV'><glossterm>PKGV</glossterm> <glossentry id='var-PKGV'><glossterm>PKGV</glossterm>
<info> <info>
PKGV[doc] = "The version of the output package built by the recipe." PKGV[doc] = "The version of the package(s) built by the recipe."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
The version of the output package built by the The version of the package(s) built by the
recipe. recipe.
By default, <filename>PKGV</filename> is set to By default, <filename>PKGV</filename> is set to
<link linkend='var-PV'><filename>PV</filename></link>. <link linkend='var-PV'><filename>PV</filename></link>.