summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-30 13:04:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:19 +0100
commit52e13fb0079e72cb88ec02f7af59af7f0d5ef6f7 (patch)
tree221be25665cbfa611bbd908504ae192c91207e05 /documentation
parent9f0eaae229f51d5972c084cd03803269d87212ea (diff)
downloadpoky-52e13fb0079e72cb88ec02f7af59af7f0d5ef6f7.tar.gz
ref-manual: Review edits to the PR variable in glossary.
Fixes [YOCTO #9843] Some minor rewordings and removal of a stray comma. (From yocto-docs rev: 9983619766bdb9d1a50948e219617aeef3170524) 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.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1b1c055d58..fc36af4adf 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9598,15 +9598,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9598 helps the package manager distinguish which package is the 9598 helps the package manager distinguish which package is the
9599 most recent one in cases where many packages have the same 9599 most recent one in cases where many packages have the same
9600 <filename>PV</filename> (i.e. <filename>PKGV</filename>). 9600 <filename>PV</filename> (i.e. <filename>PKGV</filename>).
9601 Packages have the same <filename>PV</filename> usually 9601 A component having many packages with the same
9602 when the package manager installs the same upstream version 9602 <filename>PV</filename> usually means that the packages all
9603 and some of the packages include packaging fixes. 9603 install the same upstream version, but with later
9604 (<filename>PR</filename>) version packages including
9605 packaging fixes.
9604 <note> 9606 <note>
9605 <filename>PR</filename> does not need to be increased 9607 <filename>PR</filename> does not need to be increased
9606 for changes that do not change the package contents or 9608 for changes that do not change the package contents or
9607 metadata. 9609 metadata.
9608 </note> 9610 </note>
9609 Because, manually managing <filename>PR</filename> can be 9611 Because manually managing <filename>PR</filename> can be
9610 cumbersome and error-prone, an automated solution exists. 9612 cumbersome and error-prone, an automated solution exists.
9611 See the 9613 See the
9612 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>Working With a PR Service</ulink>" 9614 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>Working With a PR Service</ulink>"