diff options
author | 2017-02-16 14:15:35 +0900 | |
---|---|---|
committer | 2017-02-16 14:15:35 +0900 | |
commit | db2725cf40bdbfcc6f414be59524df3af6c1a271 (patch) | |
tree | bf7e2c837644753a7d65492391fe2bc4be59dfca /conf | |
parent | 6e6823a84beb28037791979a635c3dd8cf4824bf (diff) | |
download | meta-spdxscanner-db2725cf40bdbfcc6f414be59524df3af6c1a271.tar.gz meta-spdxscanner-db2725cf40bdbfcc6f414be59524df3af6c1a271.tar.bz2 meta-spdxscanner-db2725cf40bdbfcc6f414be59524df3af6c1a271.zip |
Add python-dosocs2-native and dependencies
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/security_flags.inc | 1 | ||||
-rw-r--r-- | conf/spdx-dosocs.conf | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/include/security_flags.inc b/conf/include/security_flags.inc new file mode 100644 index 0000000..8c5fbea --- /dev/null +++ b/conf/include/security_flags.inc @@ -0,0 +1 @@ +SECURITY_CFLAGS_pn-fossology-nomos = "${SECURITY_NO_PIE_CFLAGS}" diff --git a/conf/spdx-dosocs.conf b/conf/spdx-dosocs.conf index b182e60..55fbd0a 100644 --- a/conf/spdx-dosocs.conf +++ b/conf/spdx-dosocs.conf @@ -1,3 +1,5 @@ SPDX_TEMP_DIR ?= "${WORKDIR}/spdx_temp" -SPDX_MANIFEST_DIR ?= "/home/yocto/spdx_scans" +SPDX_DEPLOY_DIR ?= "/home/yocto/spdx_scans" + +ASSUME_PROVIDED_remove = "file-native" |