* [PATCH] autotools: Use space with prepend to clean up variable whitespace
@ 2015-05-25 7:49 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-05-25 7:49 UTC (permalink / raw)
To: openembedded-core
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>
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-25 7:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25 7:49 [PATCH] autotools: Use space with prepend to clean up variable whitespace Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.