Update meta-spdxscanner version
This supports uploading to fossology.automotivelinux.org using the
fossology_rest_phased.bbclass .
You need to set:
FOSSOLOGY_SERVER
FOSSOLOGY_TOKEN
FOSSOLOGY_FOLDER_ID
then you can call:
- bitbake --runall=spdxupload <image>
- bitbake --runall=spdxwaitextracted <image>
- bitbake --runall=spdxanalyse <image>
- bitbake --runall=spdxreport <image>
if you need control over the timing. Otherwise just run:
- bitbake --runall spdxreport <image>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Id94c4d5c30f8d5daeb37989388721a43d4f3b558
(cherry picked from commit
0eafaeb203dbc0e51830b3f056f4f6b24834a484)