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 @@ 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.