diff options
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index a60327a07e..c7fff5a512 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -290,7 +290,7 @@ python do_kernel_configcheck() { | |||
290 | if not os.path.exists(kmeta): | 290 | if not os.path.exists(kmeta): |
291 | kmeta = "." + kmeta | 291 | kmeta = "." + kmeta |
292 | 292 | ||
293 | pathprefix = "export PATH=%s:%s; " % (d.getVar('PATH', True), "${S}/scripts/util/") | 293 | pathprefix = "export PATH=%s:%s; " % (d.getVar('PATH'), "${S}/scripts/util/") |
294 | 294 | ||
295 | cmd = d.expand("scc --configs -o ${S}/.kernel-meta") | 295 | cmd = d.expand("scc --configs -o ${S}/.kernel-meta") |
296 | ret, configs = oe.utils.getstatusoutput("%s%s" % (pathprefix, cmd)) | 296 | ret, configs = oe.utils.getstatusoutput("%s%s" % (pathprefix, cmd)) |