summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2018-12-20 11:59:45 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-06 16:38:30 +0000
commitf05f48d4257961776684785dead33d85e88c0beb (patch)
treee22388daae5fbbf64e09d5faf13d417a07dfc6be /meta/classes
parentb903dfe92546636799929518df5433784beef72b (diff)
downloadpoky-f05f48d4257961776684785dead33d85e88c0beb.tar.gz
icecc: Trivial simplification
(From OE-Core rev: fa6bae80bc3392bf99ce53bbe19a0e05dbd0c4ee) (From OE-Core rev: 57673fe89a9c597d7e1d657a0710f3c60df3c28d) Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/icecc.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index b251e9b5aa..d8a7894887 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -305,7 +305,7 @@ def icecc_get_and_check_tool(bb, d, tool):
305 if t: 305 if t:
306 link_path = icecc_get_tool_link(t, d) 306 link_path = icecc_get_tool_link(t, d)
307 if link_path == get_icecc(d): 307 if link_path == get_icecc(d):
308 bb.error("%s is a symlink to %s in PATH and this prevents icecc from working" % (t, get_icecc(d))) 308 bb.error("%s is a symlink to %s in PATH and this prevents icecc from working" % (t, link_path))
309 return "" 309 return ""
310 else: 310 else:
311 return t 311 return t