diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-19 09:18:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-19 17:38:58 +0100 |
commit | 4cce3e4abab65116ca968174e59a049438ec7385 (patch) | |
tree | 86a7136496a507fc4e39bcb678aa08cafbee6d83 /documentation | |
parent | 6c3cebfe6ddd0fe3dfaeac78082efeae93049770 (diff) | |
download | poky-4cce3e4abab65116ca968174e59a049438ec7385.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index ec1f6cbd28..69bb3d43dd 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -445,13 +445,10 @@ | |||
445 | <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm> | 445 | <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm> |
446 | <glossdef> | 446 | <glossdef> |
447 | <para>The package description used by package managers. | 447 | <para>The package description used by package managers. |
448 | By default, <filename>DESCRIPTION</filename> is | 448 | If not set, <filename>DESCRIPTION</filename> takes |
449 | defined by the | 449 | the value of the |
450 | <link linkend='var-SUMMARY'><filename>SUMMARY</filename></link> | 450 | <link linkend='var-SUMMARY'><filename>SUMMARY</filename></link> |
451 | variable: | 451 | variable. |
452 | <literallayout class='monospaced'> | ||
453 | DESCRIPTION ?= "${SUMMARY}" | ||
454 | </literallayout> | ||
455 | </para> | 452 | </para> |
456 | </glossdef> | 453 | </glossdef> |
457 | </glossentry> | 454 | </glossentry> |
@@ -2445,7 +2442,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2445 | <filename>dpkg</filename>. | 2442 | <filename>dpkg</filename>. |
2446 | By default, <filename>SUMMARY</filename> is used to define | 2443 | By default, <filename>SUMMARY</filename> is used to define |
2447 | the <link linkend='var-DESCRIPTION'><filename>DESCRIPTION</filename></link> | 2444 | the <link linkend='var-DESCRIPTION'><filename>DESCRIPTION</filename></link> |
2448 | variable. | 2445 | variable if <filename>DESCRIPTION</filename> is not set |
2446 | in the recipe. | ||
2449 | </para> | 2447 | </para> |
2450 | </glossdef> | 2448 | </glossdef> |
2451 | </glossentry> | 2449 | </glossentry> |