summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-10 14:42:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:48 +0100
commitfece3acfb9d6df0f3b3926f3eff347750ad6c0f4 (patch)
tree8bcdaf6fb984b2c5d478aece6be638fc87b271a4 /documentation
parenta15b641c1c3b71f92c2636c9fa08c8f5d010f6b9 (diff)
downloadpoky-fece3acfb9d6df0f3b3926f3eff347750ad6c0f4.tar.gz
documentation: poky-ref-manual - Edits to fix default description
* Use correct/up-to-date names of package systems * SUMMARY does not default to the value of DESCRIPTION, it's the other way around (although the logic may be improved in future so that this is the effect). (From yocto-docs rev: 4ec095f0f45cb3a62a8dfdd1a098b23cbe1dc7b5) 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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index ca89a432fc..6ef30c23f8 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -2262,9 +2262,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2262 <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm> 2262 <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm>
2263 <glossdef> 2263 <glossdef>
2264 <para>The short (72 characters or less) summary of the binary package for packaging 2264 <para>The short (72 characters or less) summary of the binary package for packaging
2265 systems such as <filename>ipkg</filename>, <filename>rpm</filename> or 2265 systems such as <filename>opkg</filename>, <filename>rpm</filename> or
2266 <filename>debian</filename>. 2266 <filename>dpkg</filename>.
2267 By default, this variable inherits <filename>DESCRIPTION</filename>.</para> 2267 </para>
2268 </glossdef> 2268 </glossdef>
2269 </glossentry> 2269 </glossentry>
2270 2270