diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-25 08:49:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-26 10:57:50 +0100 |
commit | a9cb4dd158a2ab5f511aea1371a945f6cfd71314 (patch) | |
tree | 0d95aff87d766687ce08f3572ec8e2e91fcf9258 /meta | |
parent | a32937c50178a3437d59323644c8b76fa56f6657 (diff) | |
download | poky-a9cb4dd158a2ab5f511aea1371a945f6cfd71314.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
21 | 21 | ||
22 | EXTRA_OEMAKE = "" | 22 | EXTRA_OEMAKE = "" |
23 | 23 | ||
24 | DEPENDS_prepend = "${@autotools_dep_prepend(d)}" | 24 | DEPENDS_prepend = "${@autotools_dep_prepend(d)} " |
25 | 25 | ||
26 | inherit siteinfo | 26 | inherit siteinfo |
27 | 27 | ||