mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
sstate.bbclass: Fix stupid typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -276,7 +276,7 @@ def sstate_hardcode_path(d):
|
||||
sstate_builddir = bb.data.getVar('SSTATE_BUILDDIR', d, True)
|
||||
|
||||
for i in file_list.split('\n'):
|
||||
if not f:
|
||||
if not i:
|
||||
continue
|
||||
if bb.data.inherits_class('native', d) or bb.data.inherits_class('nativesdk', d) or bb.data.inherits_class('crosssdk', d) or bb.data.inherits_class('cross-canadian', d):
|
||||
cmd = "sed -i -e s:%s:FIXMESTAGINGDIR:g %s" % (staging, i)
|
||||
|
||||
Reference in New Issue
Block a user