Re: [OE-core] [PATCH] Made spdx support SPDX2.0 SPEC Signed-off-by: Lei Maohui <leimao...@cn.fujitsu.com>

2017-02-21 Thread Lei, Maohui
gt; Cc: Lei, Maohui/雷 茂慧; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] Made spdx support SPDX2.0 SPEC Signed-off-by: > Lei Maohui <leimao...@cn.fujitsu.com> > > > > On Dec 22, 2016, at 1:07 AM, Sona Sarmadi <sona.sarm...@enea.com> wrote: > &g

Re: [OE-core] [PATCH] Made spdx support SPDX2.0 SPEC Signed-off-by: Lei Maohui <leimao...@cn.fujitsu.com>

2016-12-22 Thread Khem Raj
> On Dec 22, 2016, at 1:07 AM, Sona Sarmadi wrote: > > Hi Lei, all, > >> --- a/meta/classes/spdx.bbclass >> +++ b/meta/classes/spdx.bbclass >> @@ -1,12 +1,9 @@ >> # This class integrates real-time license scanning, generation of SPDX >> standard # output and verifiying

Re: [OE-core] [PATCH] Made spdx support SPDX2.0 SPEC Signed-off-by: Lei Maohui <leimao...@cn.fujitsu.com>

2016-12-22 Thread Sona Sarmadi
Hi Lei, all, > --- a/meta/classes/spdx.bbclass > +++ b/meta/classes/spdx.bbclass > @@ -1,12 +1,9 @@ > # This class integrates real-time license scanning, generation of SPDX > standard # output and verifiying license info during the building process. > -# It is a combination of efforts from the

[OE-core] [PATCH] Made spdx support SPDX2.0 SPEC Signed-off-by: Lei Maohui <leimao...@cn.fujitsu.com>

2016-07-06 Thread Lei Maohui
--- meta/classes/spdx.bbclass | 488 +- meta/conf/licenses.conf | 67 +-- 2 files changed, 184 insertions(+), 371 deletions(-) diff --git a/meta/classes/spdx.bbclass b/meta/classes/spdx.bbclass index 0c92765..892199d 100644 ---