summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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>