diff options
Diffstat (limited to 'meta/classes/icecc.bbclass')
| -rw-r--r-- | meta/classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 2b189232cb..b251e9b5aa 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
| @@ -303,7 +303,7 @@ def icecc_get_and_check_tool(bb, d, tool): | |||
| 303 | # compiler environment package. | 303 | # compiler environment package. |
| 304 | t = icecc_get_tool(bb, d, tool) | 304 | t = icecc_get_tool(bb, d, tool) |
| 305 | if t: | 305 | if t: |
| 306 | link_path = icecc_get_tool_link(tool, 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, get_icecc(d))) |
| 309 | return "" | 309 | return "" |
