summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/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 89717a7134..353caacef9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -252,7 +252,7 @@ This package contains symbolic links, header files, and \
252related items necessary for software development." 252related items necessary for software development."
253 253
254SUMMARY_${PN}-staticdev ?= "${SUMMARY} - Development files (Static Libraries)" 254SUMMARY_${PN}-staticdev ?= "${SUMMARY} - Development files (Static Libraries)"
255DESCRIPTION_${PN}-staticdev?= "${DESCRIPTION} \ 255DESCRIPTION_${PN}-staticdev ?= "${DESCRIPTION} \
256This package contains static libraries for software development." 256This package contains static libraries for software development."
257 257
258SUMMARY_${PN}-doc ?= "${SUMMARY} - Documentation files" 258SUMMARY_${PN}-doc ?= "${SUMMARY} - Documentation files"
@@ -267,7 +267,7 @@ HOMEPAGE = ""
267 267
268# Ensure that -dev packages recommend the corresponding -dev packages of their 268# Ensure that -dev packages recommend the corresponding -dev packages of their
269# deps, and the same for -dbg. 269# deps, and the same for -dbg.
270DEPCHAIN_PRE = "" 270DEPCHAIN_PRE = ""
271DEPCHAIN_POST = "-dev -dbg" 271DEPCHAIN_POST = "-dev -dbg"
272 272
273DEPENDS = "" 273DEPENDS = ""