summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-19 09:18:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-19 17:38:53 +0100
commite9938516240e7ef3b5aeb47690828dd574ba2d8e (patch)
tree5f031dc18c90689b6b5fb7ae7fac0d4dd02b8f4f /documentation/poky-ref-manual/ref-variables.xml
parent07884bdfffe9ab581685819022cc270524c1842b (diff)
downloadast2050-yocto-poky-e9938516240e7ef3b5aeb47690828dd574ba2d8e.zip
ast2050-yocto-poky-e9938516240e7ef3b5aeb47690828dd574ba2d8e.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/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml12
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 ec1f6cb..69bb3d4 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -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>
OpenPOWER on IntegriCloud