mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user