Legato tools recipe failed

Hi,

My yocto build fails on the legato-tools recipe. I started the build with make image_bin

ERROR: legato-tools-git-r0 do_unpack: Function failed: do_unpack (log file is located at /home/henk/workspace/mangOh/yocto/build_bin/tmp/work/x86_64-linux/legato-tools/git-r0/temp/log.do_unpack.12024)
ERROR: Logfile of failure stored in: /home/henk/workspace/mangOh/yocto/build_bin/tmp/work/x86_64-linux/legato-tools/git-r0/temp/log.do_unpack.12024
Log data follows:
| DEBUG: Executing shell function do_unpack
| make: *** No rule to make target ‘clean’. Stop.
| WARNING: /home/henk/workspace/mangOh/yocto/build_bin/tmp/work/x86_64-linux/legato-tools/git-r0/temp/run.do_unpack.12024:1 exit 2 from ‘make clean’
| ERROR: Function failed: do_unpack (log file is located at /home/henk/workspace/mangOh/yocto/build_bin/tmp/work/x86_64-linux/legato-tools/git-r0/temp/log.do_unpack.12024)
ERROR: Task (/home/henk/workspace/mangOh/yocto/meta-swi/common/recipes-legato/legato-af/legato-tools_git.bb:do_unpack) failed with exit code ‘1’

Hi @lts-dev,

That looks like a bug, which version are you building?

Otherwise you should be able to workaround it for now with:

make dev_bin
bitbake -c cleanall legato-tools

Then you should be able to resume a normal build.