mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ae62e1bfce
commit
d743f37941
@@ -252,7 +252,7 @@ This package contains symbolic links, header files, and \
|
||||
related items necessary for software development."
|
||||
|
||||
SUMMARY_${PN}-staticdev ?= "${SUMMARY} - Development files (Static Libraries)"
|
||||
DESCRIPTION_${PN}-staticdev?= "${DESCRIPTION} \
|
||||
DESCRIPTION_${PN}-staticdev ?= "${DESCRIPTION} \
|
||||
This package contains static libraries for software development."
|
||||
|
||||
SUMMARY_${PN}-doc ?= "${SUMMARY} - Documentation files"
|
||||
@@ -267,7 +267,7 @@ HOMEPAGE = ""
|
||||
|
||||
# Ensure that -dev packages recommend the corresponding -dev packages of their
|
||||
# deps, and the same for -dbg.
|
||||
DEPCHAIN_PRE = ""
|
||||
DEPCHAIN_PRE = ""
|
||||
DEPCHAIN_POST = "-dev -dbg"
|
||||
|
||||
DEPENDS = ""
|
||||
|
||||
Reference in New Issue
Block a user