summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index afb82eb370..f6fb2aa698 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -236,8 +236,8 @@ DESCRIPTION ?= "${SUMMARY}."
236# The following two are commented out because they result in a recursive 236# The following two are commented out because they result in a recursive
237# definition of the variable in some corner cases. These are left in 237# definition of the variable in some corner cases. These are left in
238# to illustrate the intended behavior. 238# to illustrate the intended behavior.
239#SUMMARY_${PN} ?= "${SUMMARY}" 239#SUMMARY:${PN} ?= "${SUMMARY}"
240#DESCRIPTION_${PN} ?= "${DESCRIPTION}" 240#DESCRIPTION:${PN} ?= "${DESCRIPTION}"
241 241
242SUMMARY:${PN}-src ?= "${SUMMARY} - Source files" 242SUMMARY:${PN}-src ?= "${SUMMARY} - Source files"
243DESCRIPTION:${PN}-src ?= "${DESCRIPTION} \ 243DESCRIPTION:${PN}-src ?= "${DESCRIPTION} \