aboutsummaryrefslogtreecommitdiffstats
path: root/classes/tinderclient.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-03-18 23:47:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-18 23:47:07 +0000
commit7d28d78db6f2129b6d68b43475c9e916fbf14c30 (patch)
tree798943da2b24f95a733015e17b0094247281d321 /classes/tinderclient.bbclass
parentfbdf6ab744b39e4c3cfb05819f701d7b2575f4b5 (diff)
downloadopenembedded-7d28d78db6f2129b6d68b43475c9e916fbf14c30.tar.gz
classes/tinderclient.class:
-Exchange <--- and ---> to fix the tinderbox view -Add a new line to fix the tinderbox display for multiple providers.
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r--classes/tinderclient.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass
index e98edb4777..f9243f7108 100644
--- a/classes/tinderclient.bbclass
+++ b/classes/tinderclient.bbclass
@@ -295,11 +295,11 @@ def tinder_do_tinder_report(event):
log += "Build Completed\n"
status = 100
elif name == "MultipleProviders":
- log += "<--- TINDERBOX Multiple Providers\n"
+ log += "---> TINDERBOX Multiple Providers\n"
log += "multiple providers are available (%s);\n" % ", ".join(event.getCandidates())
log += "consider defining PREFERRED_PROVIDER_%s\n" % event.getItem()
- log += "is runtime: %d" % event.isRuntime()
- log += "---> TINDERBOX Multiple Providers\n"
+ log += "is runtime: %d\n" % event.isRuntime()
+ log += "<--- TINDERBOX Multiple Providers\n"
elif name == "NoProvider":
log += "Error: No Provider for: %s\n" % event.getItem()
log += "Error:Was Runtime: %d\n" % event.isRuntime()