diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ad1225b3c8..57668e14f2 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -214,7 +214,7 @@ BP = "${BPN}-${PV}" | |||
214 | SECTION = "base" | 214 | SECTION = "base" |
215 | PRIORITY = "optional" | 215 | PRIORITY = "optional" |
216 | SUMMARY ?= "${PN} version ${PV}-${PR}" | 216 | SUMMARY ?= "${PN} version ${PV}-${PR}" |
217 | DESCRIPTION ?= "${SUMMARY}" | 217 | DESCRIPTION ?= "${SUMMARY}." |
218 | 218 | ||
219 | # The following two are commented out because they result in a recursive | 219 | # The following two are commented out because they result in a recursive |
220 | # definition of the variable in some corner cases. These are left in | 220 | # definition of the variable in some corner cases. These are left in |