From: Scott Rifenbark Date: Fri, 19 Oct 2012 16:18:51 +0000 (-0700) Subject: documentation: poky-ref-manual - edits to SUMMARY and DESCRIPTION X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9938516240e7ef3b5aeb47690828dd574ba2d8e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index ec1f6cbd280..69bb3d43ddb 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -445,13 +445,10 @@ DESCRIPTION The package description used by package managers. - By default, DESCRIPTION is - defined by the + If not set, DESCRIPTION takes + the value of the SUMMARY - variable: - - DESCRIPTION ?= "${SUMMARY}" - + variable. @@ -2445,7 +2442,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" dpkg. By default, SUMMARY is used to define the DESCRIPTION - variable. + variable if DESCRIPTION is not set + in the recipe.