* [PATCH 0/1][meta-intel] Update the License @ 2012-10-30 17:11 kishore.k.bodke 2012-10-30 17:11 ` [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module kishore.k.bodke 2012-10-30 20:59 ` [PATCH 0/1][meta-intel] Update the License Tom Zanussi 0 siblings, 2 replies; 6+ messages in thread From: kishore.k.bodke @ 2012-10-30 17:11 UTC (permalink / raw) To: tom.zanussi, nitin.a.kamble, yocto From: Kishore Bodke <kishore.k.bodke@intel.com> Update the License information for the openssl-qat-module Please pull into meta-intel/master. Thanks Kishore. The following changes since commit 76d2942087d7563ae42f0bea6d97460ee2561f3e: crystalforest: Update the README Instructions. (2012-10-30 08:47:40 -0500) are available in the git repository at: git://git.pokylinux.org/meta-intel-contrib kishore/ssl-license http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/ssl-license Kishore Bodke (1): meta-intel/common: Add License info for openssl-qat-module .../openssl-qat-module/openssl-qat-module.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- 1.7.9.5 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module 2012-10-30 17:11 [PATCH 0/1][meta-intel] Update the License kishore.k.bodke @ 2012-10-30 17:11 ` kishore.k.bodke 2012-10-30 18:19 ` Flanagan, Elizabeth 2012-10-30 20:59 ` [PATCH 0/1][meta-intel] Update the License Tom Zanussi 1 sibling, 1 reply; 6+ messages in thread From: kishore.k.bodke @ 2012-10-30 17:11 UTC (permalink / raw) To: tom.zanussi, nitin.a.kamble, yocto From: Kishore Bodke <kishore.k.bodke@intel.com> openssl-qat-module has the dual license. So add GPLv2 and BSD License to openssl qat Module. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> --- .../openssl-qat-module/openssl-qat-module.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb index a4fe3c5..fdeebbb 100644 --- a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb +++ b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb @@ -7,8 +7,10 @@ implemented on Intel Communications Chipset 89xx Series based platforms." HOMEPAGE = "http://www.openssl.org/" SECTION = "libs/network" -LICENSE = "openssl" -LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" +LICENSE = "openssl & GPLv2 & BSD" +LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8 \ + file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \ + file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb" PV = "1.0.1" PR = "r0" -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module 2012-10-30 17:11 ` [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module kishore.k.bodke @ 2012-10-30 18:19 ` Flanagan, Elizabeth 2012-10-30 18:37 ` Bodke, Kishore K 0 siblings, 1 reply; 6+ messages in thread From: Flanagan, Elizabeth @ 2012-10-30 18:19 UTC (permalink / raw) To: kishore.k.bodke; +Cc: yocto On Tue, Oct 30, 2012 at 10:11 AM, <kishore.k.bodke@intel.com> wrote: > From: Kishore Bodke <kishore.k.bodke@intel.com> > > openssl-qat-module has the dual license. So add GPLv2 and BSD > License to openssl qat Module. > > Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> > --- > .../openssl-qat-module/openssl-qat-module.bb | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb > index a4fe3c5..fdeebbb 100644 > --- a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb > +++ b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb > @@ -7,8 +7,10 @@ implemented on Intel Communications Chipset 89xx Series based platforms." > HOMEPAGE = "http://www.openssl.org/" > SECTION = "libs/network" > > -LICENSE = "openssl" > -LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" > +LICENSE = "openssl & GPLv2 & BSD" I'd actually make this: LICENSE = "OpenSSL & GPLv2 & BSD" as there is no SPDXLICENSEMAP to map openssl to OpenSSL, so this should be throwing warnings. > +LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8 \ > + file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \ > + file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb" > > PV = "1.0.1" > PR = "r0" > -- > 1.7.9.5 > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Elizabeth Flanagan Yocto Project Build and Release ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module 2012-10-30 18:19 ` Flanagan, Elizabeth @ 2012-10-30 18:37 ` Bodke, Kishore K 2012-10-30 19:03 ` Flanagan, Elizabeth 0 siblings, 1 reply; 6+ messages in thread From: Bodke, Kishore K @ 2012-10-30 18:37 UTC (permalink / raw) To: Flanagan, Elizabeth; +Cc: yocto@yoctoproject.org >-----Original Message----- >From: Flanagan, Elizabeth [mailto:elizabeth.flanagan@intel.com] >Sent: Tuesday, October 30, 2012 11:20 AM >To: Bodke, Kishore K >Cc: Zanussi, Tom; Kamble, Nitin A; yocto@yoctoproject.org >Subject: Re: [yocto] [PATCH 1/1] [meta-intel] meta-intel/common: Add >License info for openssl-qat-module > >On Tue, Oct 30, 2012 at 10:11 AM, <kishore.k.bodke@intel.com> wrote: >> From: Kishore Bodke <kishore.k.bodke@intel.com> >> >> openssl-qat-module has the dual license. So add GPLv2 and BSD >> License to openssl qat Module. >> >> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> >> --- >> .../openssl-qat-module/openssl-qat-module.bb | 6 ++++-- >> 1 file changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/common/recipes-connectivity/openssl-qat-module/openssl-qat- >module.bb b/common/recipes-connectivity/openssl-qat-module/openssl- >qat-module.bb >> index a4fe3c5..fdeebbb 100644 >> --- a/common/recipes-connectivity/openssl-qat-module/openssl-qat- >module.bb >> +++ b/common/recipes-connectivity/openssl-qat-module/openssl-qat- >module.bb >> @@ -7,8 +7,10 @@ implemented on Intel Communications Chipset 89xx >Series based platforms." >> HOMEPAGE = "http://www.openssl.org/" >> SECTION = "libs/network" >> >> -LICENSE = "openssl" >> -LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl- >${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" >> +LICENSE = "openssl & GPLv2 & BSD" > >I'd actually make this: > >LICENSE = "OpenSSL & GPLv2 & BSD" > >as there is no SPDXLICENSEMAP to map openssl to OpenSSL, so this >should be throwing warnings. > I see LICENSE = "openssl" in poky/meta/recipes-connectivity/openssl/openssl.inc. So I followed the same here. Thanks Kishore. >> +LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl- >${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8 \ >> + file://${COMMON_LICENSE_DIR}/GPL- >2.0;md5=801f80980d171dd6425610833a22dbe6 \ >> + >file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb23 >4cb" >> >> PV = "1.0.1" >> PR = "r0" >> -- >> 1.7.9.5 >> >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto > > > >-- >Elizabeth Flanagan >Yocto Project >Build and Release ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module 2012-10-30 18:37 ` Bodke, Kishore K @ 2012-10-30 19:03 ` Flanagan, Elizabeth 0 siblings, 0 replies; 6+ messages in thread From: Flanagan, Elizabeth @ 2012-10-30 19:03 UTC (permalink / raw) To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org On Tue, Oct 30, 2012 at 11:37 AM, Bodke, Kishore K <kishore.k.bodke@intel.com> wrote: > > >>-----Original Message----- >>From: Flanagan, Elizabeth [mailto:elizabeth.flanagan@intel.com] >>Sent: Tuesday, October 30, 2012 11:20 AM >>To: Bodke, Kishore K >>Cc: Zanussi, Tom; Kamble, Nitin A; yocto@yoctoproject.org >>Subject: Re: [yocto] [PATCH 1/1] [meta-intel] meta-intel/common: Add >>License info for openssl-qat-module >> >>On Tue, Oct 30, 2012 at 10:11 AM, <kishore.k.bodke@intel.com> wrote: >>> From: Kishore Bodke <kishore.k.bodke@intel.com> >>> >>> openssl-qat-module has the dual license. So add GPLv2 and BSD >>> License to openssl qat Module. >>> >>> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> >>> --- >>> .../openssl-qat-module/openssl-qat-module.bb | 6 ++++-- >>> 1 file changed, 4 insertions(+), 2 deletions(-) >>> >>> diff --git a/common/recipes-connectivity/openssl-qat-module/openssl-qat- >>module.bb b/common/recipes-connectivity/openssl-qat-module/openssl- >>qat-module.bb >>> index a4fe3c5..fdeebbb 100644 >>> --- a/common/recipes-connectivity/openssl-qat-module/openssl-qat- >>module.bb >>> +++ b/common/recipes-connectivity/openssl-qat-module/openssl-qat- >>module.bb >>> @@ -7,8 +7,10 @@ implemented on Intel Communications Chipset 89xx >>Series based platforms." >>> HOMEPAGE = "http://www.openssl.org/" >>> SECTION = "libs/network" >>> >>> -LICENSE = "openssl" >>> -LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl- >>${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" >>> +LICENSE = "openssl & GPLv2 & BSD" >> >>I'd actually make this: >> >>LICENSE = "OpenSSL & GPLv2 & BSD" >> >>as there is no SPDXLICENSEMAP to map openssl to OpenSSL, so this >>should be throwing warnings. >> > > I see LICENSE = "openssl" in poky/meta/recipes-connectivity/openssl/openssl.inc. > So I followed the same here. Ah, I stand corrected. There is an SPDXLICENSEMAP for openssl so yes, this should be fine. -b > > Thanks > Kishore. > >>> +LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl- >>${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8 \ >>> + file://${COMMON_LICENSE_DIR}/GPL- >>2.0;md5=801f80980d171dd6425610833a22dbe6 \ >>> + >>file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb23 >>4cb" >>> >>> PV = "1.0.1" >>> PR = "r0" >>> -- >>> 1.7.9.5 >>> >>> _______________________________________________ >>> yocto mailing list >>> yocto@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/yocto >> >> >> >>-- >>Elizabeth Flanagan >>Yocto Project >>Build and Release -- Elizabeth Flanagan Yocto Project Build and Release ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/1][meta-intel] Update the License 2012-10-30 17:11 [PATCH 0/1][meta-intel] Update the License kishore.k.bodke 2012-10-30 17:11 ` [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module kishore.k.bodke @ 2012-10-30 20:59 ` Tom Zanussi 1 sibling, 0 replies; 6+ messages in thread From: Tom Zanussi @ 2012-10-30 20:59 UTC (permalink / raw) To: kishore.k.bodke; +Cc: yocto On Tue, 2012-10-30 at 10:11 -0700, kishore.k.bodke@intel.com wrote: > From: Kishore Bodke <kishore.k.bodke@intel.com> > > Update the License information for the openssl-qat-module > > Please pull into meta-intel/master. > Pulled into meta-intel/master. Thanks, Tom > Thanks > Kishore. > > The following changes since commit 76d2942087d7563ae42f0bea6d97460ee2561f3e: > > crystalforest: Update the README Instructions. (2012-10-30 08:47:40 -0500) > > are available in the git repository at: > > git://git.pokylinux.org/meta-intel-contrib kishore/ssl-license > http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/ssl-license > > Kishore Bodke (1): > meta-intel/common: Add License info for openssl-qat-module > > .../openssl-qat-module/openssl-qat-module.bb | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-30 20:59 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-10-30 17:11 [PATCH 0/1][meta-intel] Update the License kishore.k.bodke 2012-10-30 17:11 ` [PATCH 1/1] [meta-intel] meta-intel/common: Add License info for openssl-qat-module kishore.k.bodke 2012-10-30 18:19 ` Flanagan, Elizabeth 2012-10-30 18:37 ` Bodke, Kishore K 2012-10-30 19:03 ` Flanagan, Elizabeth 2012-10-30 20:59 ` [PATCH 0/1][meta-intel] Update the License Tom Zanussi
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.