summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-05 11:21:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:47 +0100
commit97fc511b0182a2e0206f2f05706c08fdbede0a3d (patch)
tree2241d81fd79728c64738a8f400860f2df367fb9d /documentation
parent2f7553ef4a6aae79335cf7362b4102d122a435f3 (diff)
downloadpoky-97fc511b0182a2e0206f2f05706c08fdbede0a3d.tar.gz
documentation/poky-ref-manual/ref-variables.xml: PACKAGE_BEFORE_PN grammar edits
Clarifying who picks up files that would normally be included in the default package. This is a wording change to try and eliminate the ambiguous "they". (From yocto-docs rev: 63f87b6616c1a93d39e198f0b02d01d36ac09467) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 03c3df83ec..a804757006 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1484,9 +1484,10 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
1484 1484
1485 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm> 1485 <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm>
1486 <glossdef> 1486 <glossdef>
1487 <para>Enables easily adding packages to <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> 1487 <para>Enables easily adding packages to
1488 before <filename>${PN}</filename> so that the OpenEmbedded build process 1488 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>
1489 picks up files that would normally be included in the default package.</para> 1489 before <filename>${PN}</filename> so that the packages pick
1490 up files that would normally be included in the default package.</para>
1490 </glossdef> 1491 </glossdef>
1491 </glossentry> 1492 </glossentry>
1492 1493