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>
This commit is contained in:
Scott Rifenbark 2012-09-05 11:21:23 -07:00 committed by Richard Purdie
parent 2f7553ef4a
commit 97fc511b01
1 changed files with 4 additions and 3 deletions

View File

@ -1484,9 +1484,10 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
<glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm>
<glossdef>
<para>Enables easily adding packages to <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>
before <filename>${PN}</filename> so that the OpenEmbedded build process
picks up files that would normally be included in the default package.</para>
<para>Enables easily adding packages to
<filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>
before <filename>${PN}</filename> so that the packages pick
up files that would normally be included in the default package.</para>
</glossdef>
</glossentry>