Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
for dir in dirs:
dir = os.path.join(walkroot, dir).removeprefix(state[1])
if tmpdir in dir:
- bb.error("sstate found a tmpdir path reference in installation directiory %s which must be removed." % dir)
+ bb.error("sstate found a tmpdir path reference in installation directory %s which must be removed." % dir)
exit = True
bb.debug(2, "Preparing tree %s for packaging at %s" % (state[1], sstatebuild + state[0]))
bb.utils.rename(state[1], sstatebuild + state[0])