Re: [OE-core] [oe-core][PATCH 1/2] spdx: Provide spdx file that meet SPDX 1.2 Version Specification

2014-11-30 Thread Lei, Maohui
Subject: Re: [OE-core] [oe-core][PATCH 1/2] spdx: Provide spdx file that meet > SPDX 1.2 Version Specification > > Hi all > > Sorry, commit log is too simple. > > These two patches aim to make the spdx file meet the SPDX 1.2 Version > Specification. The main changes are: >

Re: [OE-core] [oe-core][PATCH 1/2] spdx: Provide spdx file that meet SPDX 1.2 Version Specification

2014-11-24 Thread Lei, Maohui
Hi all Sorry, commit log is too simple. These two patches aim to make the spdx file meet the SPDX 1.2 Version Specification. The main changes are: 1. use "curl" command instead of "wget" when get spdx file from FOSSologySPDX instance server. Before apply these patches, the command is :

[OE-core] [oe-core][PATCH 1/2] spdx: Provide spdx file that meet SPDX 1.2 Version Specification

2014-11-24 Thread leimaohui
Signed-off-by: leimaohui --- meta/classes/spdx.bbclass | 427 -- 1 file changed, 150 insertions(+), 277 deletions(-) diff --git a/meta/classes/spdx.bbclass b/meta/classes/spdx.bbclass index 454c53e..9f0f120 100644 --- a/meta/classes/spdx.bbclass +++ b/