diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2020-07-05 21:55:20 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-08 10:37:12 +0100 |
| commit | d743f379415b8beb506bcd70870b2695ae9db95f (patch) | |
| tree | dabe52a03b6dd3cb475b23e0b38ee5183347bd9a | |
| parent | ae62e1bfcee467d5aedd7dda04c1f07bc804c456 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/conf/bitbake.conf | 4 |
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 \ | |||
| 252 | related items necessary for software development." | 252 | related items necessary for software development." |
| 253 | 253 | ||
| 254 | SUMMARY_${PN}-staticdev ?= "${SUMMARY} - Development files (Static Libraries)" | 254 | SUMMARY_${PN}-staticdev ?= "${SUMMARY} - Development files (Static Libraries)" |
| 255 | DESCRIPTION_${PN}-staticdev?= "${DESCRIPTION} \ | 255 | DESCRIPTION_${PN}-staticdev ?= "${DESCRIPTION} \ |
| 256 | This package contains static libraries for software development." | 256 | This package contains static libraries for software development." |
| 257 | 257 | ||
| 258 | SUMMARY_${PN}-doc ?= "${SUMMARY} - Documentation files" | 258 | SUMMARY_${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. |
| 270 | DEPCHAIN_PRE = "" | 270 | DEPCHAIN_PRE = "" |
| 271 | DEPCHAIN_POST = "-dev -dbg" | 271 | DEPCHAIN_POST = "-dev -dbg" |
| 272 | 272 | ||
| 273 | DEPENDS = "" | 273 | DEPENDS = "" |
