From: Scott Rifenbark Date: Fri, 19 Oct 2012 14:57:23 +0000 (-0700) Subject: documentation: poky-ref-manual - updated the DESCRIPTION variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bff24c5a6a4188fbd0bd835cdf373542c296e2d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: poky-ref-manual - updated the DESCRIPTION variable. (From yocto-docs rev: 170ed775df6d22b9570806367cbc17e6050d1493) 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 5784ba5914f..ca3d87cfd23 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -444,7 +444,15 @@ DESCRIPTION - The package description used by package managers. + The package description used by package managers. + By default, DESCRIPTION is + defined by the + SUMMARY + variable: + + DESCRIPTION ?= "${SUMMARY}" + +