diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-22 15:22:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:29 +0100 |
commit | 08e3ef9808c3d24b3a8d88ae3e58edf7668fbb48 (patch) | |
tree | 30ea44a94c3640d0e0adfa9784e5784941424184 /documentation | |
parent | 9ba4fc087ef9609a4a4e7546ee00f9801c2dfac8 (diff) | |
download | poky-08e3ef9808c3d24b3a8d88ae3e58edf7668fbb48.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 927e8f0f30..b5e9fe1f69 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9537,13 +9537,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9537 | 9537 | ||
9538 | <glossentry id='var-PKGE'><glossterm>PKGE</glossterm> | 9538 | <glossentry id='var-PKGE'><glossterm>PKGE</glossterm> |
9539 | <info> | 9539 | <info> |
9540 | PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." | 9540 | PKGE[doc] = "The epoch of the package(s) built by the recipe." |
9541 | </info> | 9541 | </info> |
9542 | <glossdef> | 9542 | <glossdef> |
9543 | <para role="glossdeffirst"> | 9543 | <para role="glossdeffirst"> |
9544 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 9544 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
9545 | The epoch of the output package built by the | 9545 | The epoch of the package(s) built by the recipe. |
9546 | OpenEmbedded build system. | ||
9547 | By default, <filename>PKGE</filename> is set to | 9546 | By default, <filename>PKGE</filename> is set to |
9548 | <link linkend='var-PE'><filename>PE</filename></link>. | 9547 | <link linkend='var-PE'><filename>PE</filename></link>. |
9549 | </para> | 9548 | </para> |
@@ -9552,13 +9551,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9552 | 9551 | ||
9553 | <glossentry id='var-PKGR'><glossterm>PKGR</glossterm> | 9552 | <glossentry id='var-PKGR'><glossterm>PKGR</glossterm> |
9554 | <info> | 9553 | <info> |
9555 | PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." | 9554 | PKGR[doc] = "The revision of the output package(s) built by the recipe." |
9556 | </info> | 9555 | </info> |
9557 | <glossdef> | 9556 | <glossdef> |
9558 | <para role="glossdeffirst"> | 9557 | <para role="glossdeffirst"> |
9559 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 9558 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
9560 | The revision of the output package built by the | 9559 | The revision of the output package(s) built by the recipe. |
9561 | OpenEmbedded build system. | ||
9562 | By default, <filename>PKGR</filename> is set to | 9560 | By default, <filename>PKGR</filename> is set to |
9563 | <link linkend='var-PR'><filename>PR</filename></link>. | 9561 | <link linkend='var-PR'><filename>PR</filename></link>. |
9564 | </para> | 9562 | </para> |
@@ -9567,12 +9565,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9567 | 9565 | ||
9568 | <glossentry id='var-PKGV'><glossterm>PKGV</glossterm> | 9566 | <glossentry id='var-PKGV'><glossterm>PKGV</glossterm> |
9569 | <info> | 9567 | <info> |
9570 | PKGV[doc] = "The version of the output package built by the recipe." | 9568 | PKGV[doc] = "The version of the package(s) built by the recipe." |
9571 | </info> | 9569 | </info> |
9572 | <glossdef> | 9570 | <glossdef> |
9573 | <para role="glossdeffirst"> | 9571 | <para role="glossdeffirst"> |
9574 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 9572 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
9575 | The version of the output package built by the | 9573 | The version of the package(s) built by the |
9576 | recipe. | 9574 | recipe. |
9577 | By default, <filename>PKGV</filename> is set to | 9575 | By default, <filename>PKGV</filename> is set to |
9578 | <link linkend='var-PV'><filename>PV</filename></link>. | 9576 | <link linkend='var-PV'><filename>PV</filename></link>. |