diff options
Diffstat (limited to 'meta/classes/utils.bbclass')
-rw-r--r-- | meta/classes/utils.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 640daed4a8..d834a8a277 100644 --- a/meta/classes/utils.bbclass +++ b/meta/classes/utils.bbclass | |||
@@ -307,7 +307,7 @@ hardlinkdir () { | |||
307 | 307 | ||
308 | def check_app_exists(app, d): | 308 | def check_app_exists(app, d): |
309 | app = d.expand(app).strip() | 309 | app = d.expand(app).strip() |
310 | path = d.getVar('PATH', d, True) | 310 | path = d.getVar('PATH') |
311 | return bool(bb.utils.which(path, app)) | 311 | return bool(bb.utils.which(path, app)) |
312 | 312 | ||
313 | def explode_deps(s): | 313 | def explode_deps(s): |