]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools: Use space with prepend to clean up variable whitespace
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 May 2015 07:49:40 +0000 (08:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 May 2015 07:54:24 +0000 (08:54 +0100)
Correct the whitespace in this variable to make this more readable when
debugging, no functional change.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass

index f213e893df4c1b9b82989f43c5f8522ff5a8fd47..0addcb915c6e881bace344650222bcd78711479e 100644 (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