diff options
author | 2017-03-01 11:34:22 +0900 | |
---|---|---|
committer | 2017-03-01 11:34:22 +0900 | |
commit | 97b212f0bb84b3e86c5f9e27105932ac959fb1f3 (patch) | |
tree | 82545989c043b21cee64e09406a12aa22affd632 /README.md | |
parent | b773c2a3d0bdf63160a5525aa9e637c2d98164aa (diff) | |
download | meta-spdxscanner-97b212f0bb84b3e86c5f9e27105932ac959fb1f3.tar.gz meta-spdxscanner-97b212f0bb84b3e86c5f9e27105932ac959fb1f3.tar.bz2 meta-spdxscanner-97b212f0bb84b3e86c5f9e27105932ac959fb1f3.zip |
Fix depends error
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,7 +11,10 @@ SPDX scanner(DoSOCSv2) support - inherit the folowing class in your conf/local.conf for all of recipes or in some recipes which you want. + +``` inherit spdx-dosocs +``` - Redefine SPDX_DEPLOY_DIR in conf/local.conf: SPDX_DEPLOY_DIR = "$PATH_DEST/$SPDX_DESTDIR" |