diff options
author | 2019-11-18 16:49:31 +0800 | |
---|---|---|
committer | 2019-11-18 16:49:31 +0800 | |
commit | 4cc6e9928473f6a82270ce0b0fafbd65bb6a6ad1 (patch) | |
tree | 5c45723d6fe967a535e7dbab4ce3058c44e6b583 | |
parent | f8c83a01b5847a87daf4b5eb8957282891f0b901 (diff) | |
download | meta-spdxscanner-4cc6e9928473f6a82270ce0b0fafbd65bb6a6ad1.tar.gz meta-spdxscanner-4cc6e9928473f6a82270ce0b0fafbd65bb6a6ad1.tar.bz2 meta-spdxscanner-4cc6e9928473f6a82270ce0b0fafbd65bb6a6ad1.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ meta-spdxscanner supports the following SPDX create tools. ``` INHERIT += "fossology-rest" TOKEN = "eyJ0eXAiO..." - FOSSOLOGY_SERVER = "http://xx.xx.xx.xx:8081/repo" //By default, it is http://127.0.0.1:8081/repo + FOSSOLOGY_SERVER = "http://xx.xx.xx.xx:8081/repo" //Optional,by default, it is http://127.0.0.1:8081/repo ``` Note - If you want to use fossology-rest.bbclass, you have to make sure that fossology server on your host and make sure it works well. |