All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 0/1] correct the LIC_FILES_CHKSUM and LICENSE fields
@ 2020-04-14 11:13 Xu, Yanfei
  2020-04-14 11:13 ` [meta-virtualization][PATCH 1/1] lxc: " Xu, Yanfei
  2020-04-14 21:07 ` [meta-virtualization][PATCH 0/1] " Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Xu, Yanfei @ 2020-04-14 11:13 UTC (permalink / raw)
  To: meta-virtualization

From: Yanfei Xu <yanfei.xu@windriver.com>

Hi maintainer,

   There is a mistake about "LICENSE_" field in the last patch 
which is "[PATCH] lxc: uprev from 3.2.1 to 4.0.1". Now fix it.
   BTW, with a md5 checksum comes from bitbake messages for 
an non-existent lisence file specified in LIC_FILES_CHKSUM, the 
target lxc can still be compiled successfully. And I have reported 
this issue to Robert Yang.

Thanks,
Yanfei

*** BLURB HERE ***

Yanfei Xu (1):
  lxc: correct the LIC_FILES_CHKSUM and LICENSE fields

 recipes-containers/lxc/lxc_4.0.1.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.18.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-virtualization][PATCH 1/1] lxc: correct the LIC_FILES_CHKSUM and LICENSE fields
  2020-04-14 11:13 [meta-virtualization][PATCH 0/1] correct the LIC_FILES_CHKSUM and LICENSE fields Xu, Yanfei
@ 2020-04-14 11:13 ` Xu, Yanfei
  2020-04-14 21:07 ` [meta-virtualization][PATCH 0/1] " Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Xu, Yanfei @ 2020-04-14 11:13 UTC (permalink / raw)
  To: meta-virtualization

From: Yanfei Xu <yanfei.xu@windriver.com>

License changes from lxc3.2.1 to lxc4.0.1:
  1.File COPYING is renamed to LICENSE.LGPL2.1
  2.Add a new file LICENSE.GPL2

Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
---
 recipes-containers/lxc/lxc_4.0.1.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/lxc/lxc_4.0.1.bb b/recipes-containers/lxc/lxc_4.0.1.bb
index a3de38e..bfe003c 100644
--- a/recipes-containers/lxc/lxc_4.0.1.bb
+++ b/recipes-containers/lxc/lxc_4.0.1.bb
@@ -1,7 +1,10 @@
 DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object"
 SECTION = "console/utils"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LICENSE = "LGPLv2.1 & GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
+                    file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
+"
+
 DEPENDS = "libxml2 libcap"
 RDEPENDS_${PN} = " \
 		rsync \
-- 
2.18.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization][PATCH 0/1] correct the LIC_FILES_CHKSUM and LICENSE fields
  2020-04-14 11:13 [meta-virtualization][PATCH 0/1] correct the LIC_FILES_CHKSUM and LICENSE fields Xu, Yanfei
  2020-04-14 11:13 ` [meta-virtualization][PATCH 1/1] lxc: " Xu, Yanfei
@ 2020-04-14 21:07 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2020-04-14 21:07 UTC (permalink / raw)
  To: Xu, Yanfei; +Cc: meta-virtualization

merged.

Bruce


In message: [meta-virtualization][PATCH 0/1] correct the LIC_FILES_CHKSUM and LICENSE fields
on 14/04/2020 Xu, Yanfei wrote:

> From: Yanfei Xu <yanfei.xu@windriver.com>
> 
> Hi maintainer,
> 
>    There is a mistake about "LICENSE_" field in the last patch 
> which is "[PATCH] lxc: uprev from 3.2.1 to 4.0.1". Now fix it.
>    BTW, with a md5 checksum comes from bitbake messages for 
> an non-existent lisence file specified in LIC_FILES_CHKSUM, the 
> target lxc can still be compiled successfully. And I have reported 
> this issue to Robert Yang.
> 
> Thanks,
> Yanfei
> 
> *** BLURB HERE ***
> 
> Yanfei Xu (1):
>   lxc: correct the LIC_FILES_CHKSUM and LICENSE fields
> 
>  recipes-containers/lxc/lxc_4.0.1.bb | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> -- 
> 2.18.2
> 

> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-14 21:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 11:13 [meta-virtualization][PATCH 0/1] correct the LIC_FILES_CHKSUM and LICENSE fields Xu, Yanfei
2020-04-14 11:13 ` [meta-virtualization][PATCH 1/1] lxc: " Xu, Yanfei
2020-04-14 21:07 ` [meta-virtualization][PATCH 0/1] " Bruce Ashfield

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.