]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf & package.bbclass: Use default SUMMARY and DESCRIPTION
authorMark Hatle <mark.hatle@windriver.com>
Wed, 2 Feb 2011 15:16:47 +0000 (09:16 -0600)
committerSaul Wold <sgw@linux.intel.com>
Thu, 3 Feb 2011 19:48:48 +0000 (11:48 -0800)
commit8a52fda62fb9e51f51e2504b617890ee9fe8b73a
tree649012e5e14d740c62a233818693925213f3ea8a
parent282a828f3dc373d8f1397827ebbe1be1c54f2d2a
bitbake.conf & package.bbclass: Use default SUMMARY and DESCRIPTION

A new default SUMMARY and DESCRIPTION was defined for any package that
previously did not contain one.  This value is based on the original
SUMMARY_${PN} value.

The new default SUMMARY and DESCRIPTION is used as a basis for all of
the automatic summary and descriptions for the various package splits,
include ${PN}, ${PN}-dbg, ${PN}-dev, ${PN}-doc, and locales.

A recipe may also override any of the automatic summaries by simply
specifying the value.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package.bbclass
meta/conf/bitbake.conf