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 @@ 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}" + +