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-25 08:54:24 +0100 |
commit | 4bb586a470a15cf3b93538e8c749a6fb8479c990 (patch) | |
tree | 2813c4736f6858bf9d031eaf95079336422b7b5a /meta/classes/autotools.bbclass | |
parent | 76b5cc55ca9c325d0f1cc966f1f4e237e91c5515 (diff) | |
download | openembedded-core-contrib-4bb586a470a15cf3b93538e8c749a6fb8479c990.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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
-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 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 |