[oe-commits] Richard Purdie : autotools: Use space with prepend to clean up variable whitespace

git at git.openembedded.org git at git.openembedded.org
Tue May 26 09:58:12 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 4bb586a470a15cf3b93538e8c749a6fb8479c990
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4bb586a470a15cf3b93538e8c749a6fb8479c990

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon May 25 08:49:40 2015 +0100

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 at linuxfoundation.org>

---

 meta/classes/autotools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index f213e89..0addcb9 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
 



More information about the Openembedded-commits mailing list