documentation: poky-ref-manual - edits to SUMMARY and DESCRIPTION

Some final edits to these two variable descriptions from
Paul Eggleton.

(From yocto-docs rev: b606eed0f6a326ef572cd831b642312bb827a8c5)

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-10-19 09:18:51 -07:00 committed by Richard Purdie
parent 07884bdfff
commit e993851624
1 changed files with 5 additions and 7 deletions

View File

@ -445,13 +445,10 @@
<glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm>
<glossdef>
<para>The package description used by package managers.
By default, <filename>DESCRIPTION</filename> is
defined by the
If not set, <filename>DESCRIPTION</filename> takes
the value of the
<link linkend='var-SUMMARY'><filename>SUMMARY</filename></link>
variable:
<literallayout class='monospaced'>
DESCRIPTION ?= "${SUMMARY}"
</literallayout>
variable.
</para>
</glossdef>
</glossentry>
@ -2445,7 +2442,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<filename>dpkg</filename>.
By default, <filename>SUMMARY</filename> is used to define
the <link linkend='var-DESCRIPTION'><filename>DESCRIPTION</filename></link>
variable.
variable if <filename>DESCRIPTION</filename> is not set
in the recipe.
</para>
</glossdef>
</glossentry>