mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 23:06:07 +00:00
autotools: Use space with prepend to clean up variable whitespace
Correct the whitespace in this variable to make this more readable when debugging, no functional change. (From OE-Core rev: 4bb586a470a15cf3b93538e8c749a6fb8479c990) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a32937c501
commit
a9cb4dd158
@ -21,7 +21,7 @@ def autotools_dep_prepend(d):
|
||||
|
||||
EXTRA_OEMAKE = ""
|
||||
|
||||
DEPENDS_prepend = "${@autotools_dep_prepend(d)}"
|
||||
DEPENDS_prepend = "${@autotools_dep_prepend(d)} "
|
||||
|
||||
inherit siteinfo
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user