From 08e3ef9808c3d24b3a8d88ae3e58edf7668fbb48 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Aug 2016 15:22:40 -0700 Subject: ref-manual: Updates to PKGV, PKGE, and PKGR. Fixes [YOCTO #10138] Small wording changes. (From yocto-docs rev: 66afe7560f086ea350df92b2b40ce5790d3d523c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'documentation') 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" PKGE - 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." - The epoch of the output package built by the - OpenEmbedded build system. + The epoch of the package(s) built by the recipe. By default, PKGE is set to PE. @@ -9552,13 +9551,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGR - 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." - The revision of the output package built by the - OpenEmbedded build system. + The revision of the output package(s) built by the recipe. By default, PKGR is set to PR. @@ -9567,12 +9565,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGV - PKGV[doc] = "The version of the output package built by the recipe." + PKGV[doc] = "The version of the package(s) built by the recipe." - The version of the output package built by the + The version of the package(s) built by the recipe. By default, PKGV is set to PV. -- cgit v1.2.3-54-g00ecf