diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-22 16:00:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:29 +0100 |
commit | 2fedd226c3385f1ac160b3aa0bfadbded85e288c (patch) | |
tree | 95d60384f870a6b7373d49002b0dbb3f2ac78840 | |
parent | 3b70c96537013af1d86a8207deeb5c593ddba9c4 (diff) | |
download | poky-2fedd226c3385f1ac160b3aa0bfadbded85e288c.tar.gz |
ref-manual: Fixed small wording in PKGR in the glossary
Fixes [YOCTO #10138]
(From yocto-docs rev: e49e5055e48f3c426090d2bc62b2bffbc2577dd0)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b5e9fe1f69..5ffb0b0f11 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9551,12 +9551,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9551 | 9551 | ||
9552 | <glossentry id='var-PKGR'><glossterm>PKGR</glossterm> | 9552 | <glossentry id='var-PKGR'><glossterm>PKGR</glossterm> |
9553 | <info> | 9553 | <info> |
9554 | PKGR[doc] = "The revision of the output package(s) built by the recipe." | 9554 | PKGR[doc] = "The revision of the package(s) built by the recipe." |
9555 | </info> | 9555 | </info> |
9556 | <glossdef> | 9556 | <glossdef> |
9557 | <para role="glossdeffirst"> | 9557 | <para role="glossdeffirst"> |
9558 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 9558 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
9559 | The revision of the output package(s) built by the recipe. | 9559 | The revision of the package(s) built by the recipe. |
9560 | By default, <filename>PKGR</filename> is set to | 9560 | By default, <filename>PKGR</filename> is set to |
9561 | <link linkend='var-PR'><filename>PR</filename></link>. | 9561 | <link linkend='var-PR'><filename>PR</filename></link>. |
9562 | </para> | 9562 | </para> |