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:
Richard Purdie
2015-05-25 08:49:40 +01:00
parent a32937c501
commit a9cb4dd158

View File

@@ -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