[oe-commits] Paul Eggleton : bitbake.conf: add full stop to default DESCRIPTION

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 22:36:46 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 4b022399815f32166c402d458a40afa6470fc776
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4b022399815f32166c402d458a40afa6470fc776

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Sat Dec 28 19:46:08 2013 +0000

bitbake.conf: add full stop to default DESCRIPTION

SUMMARY should not end with a full stop; however if DESCRIPTION is not
set in a recipe and thus defaulted from SUMMARY, the additional
DESCRIPTION values for other standard packages e.g. ${PN}-dev look a bit
odd without a full stop separating the SUMMARY value and the rest of the
text. Add a full stop to avoid this.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ad1225b..57668e1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -214,7 +214,7 @@ BP = "${BPN}-${PV}"
 SECTION = "base"
 PRIORITY = "optional"
 SUMMARY ?= "${PN} version ${PV}-${PR}"
-DESCRIPTION ?= "${SUMMARY}"
+DESCRIPTION ?= "${SUMMARY}."
 
 # The following two are commented out because they result in a recursive
 # definition of the variable in some corner cases.  These are left in



More information about the Openembedded-commits mailing list