mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
sstate.bbclass: Handle whitespace in the list of files to 'fixup' to resolve log warning
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -276,6 +276,8 @@ def sstate_hardcode_path(d):
|
||||
sstate_builddir = bb.data.getVar('SSTATE_BUILDDIR', d, True)
|
||||
|
||||
for i in file_list.split('\n'):
|
||||
if not f:
|
||||
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)
|
||||
elif bb.data.inherits_class('cross', d):
|
||||
|
||||
Reference in New Issue
Block a user