From a9cb4dd158a2ab5f511aea1371a945f6cfd71314 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 25 May 2015 08:49:40 +0100 Subject: 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 --- meta/classes/autotools.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/autotools.bbclass') diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index f213e893df..0addcb915c 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 -- cgit v1.2.3-54-g00ecf