From: Richard Purdie Date: Mon, 25 May 2015 07:49:40 +0000 (+0100) Subject: autotools: Use space with prepend to clean up variable whitespace X-Git-Tag: 2015-10~1735 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb586a470a15cf3b93538e8c749a6fb8479c990;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index f213e893df4..0addcb915c6 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -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