summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-19 07:57:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-19 17:38:58 +0100
commitc7812938cb322e4e114186c479d3a7b5e4fa0a6b (patch)
treef6f6263b7befe0c0c782b93599edce42aaadc588 /documentation
parent3f377fcc452d8668b09f8207bc1575b2aab03bd4 (diff)
downloadpoky-c7812938cb322e4e114186c479d3a7b5e4fa0a6b.tar.gz
documentation: poky-ref-manual - updated the DESCRIPTION variable.
(From yocto-docs rev: 170ed775df6d22b9570806367cbc17e6050d1493) 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.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 5784ba5914..ca3d87cfd2 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -444,7 +444,15 @@
444 444
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.</para> 447 <para>The package description used by package managers.
448 By default, <filename>DESCRIPTION</filename> is
449 defined by the
450 <link linkend='var-SUMMARY'><filename>SUMMARY</filename></link>
451 variable:
452 <literallayout class='monospaced'>
453 DESCRIPTION ?= "${SUMMARY}"
454 </literallayout>
455 </para>
448 </glossdef> 456 </glossdef>
449 </glossentry> 457 </glossentry>
450 458