summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-05 21:55:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-08 10:37:12 +0100
commitd743f379415b8beb506bcd70870b2695ae9db95f (patch)
treedabe52a03b6dd3cb475b23e0b38ee5183347bd9a /meta/conf
parentae62e1bfcee467d5aedd7dda04c1f07bc804c456 (diff)
downloadpoky-d743f379415b8beb506bcd70870b2695ae9db95f.tar.gz
bitbake.conf: fix whitespace issues
(From OE-Core rev: a58672fdf7e3b26b57ec31b9ba4f1eaaa7f5a53c) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = ""