All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] toybox-inittab: Use 0BSD for LIC_FILES_CHKSUM
@ 2021-09-04 23:48 Khem Raj
  2021-09-05  8:43 ` Peter Kjellerstedt
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-09-04 23:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj, Peter Kjellerstedt

BSD-0-Clause has been deleted from common licenses

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
index b91a1d864e..21d4dcc19f 100644
--- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
+++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Toybox Inittab Configuration"
 LICENSE = "BSD-0-Clause"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-0-Clause;md5=81eeb0083e31f11ab1e33ded846d521c"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/0BSD;md5=f667a3c3830a55a17ec3067709f4526c"
 
 # Unpack to ${S}/orig
 #
-- 
2.33.0


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

* Re: [meta-oe][PATCH] toybox-inittab: Use 0BSD for LIC_FILES_CHKSUM
  2021-09-04 23:48 [meta-oe][PATCH] toybox-inittab: Use 0BSD for LIC_FILES_CHKSUM Khem Raj
@ 2021-09-05  8:43 ` Peter Kjellerstedt
  2021-09-05 15:32   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Kjellerstedt @ 2021-09-05  8:43 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel

> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: den 5 september 2021 01:49
> To: openembedded-devel@lists.openembedded.org
> Cc: Khem Raj <raj.khem@gmail.com>; Peter Kjellerstedt
> <peter.kjellerstedt@axis.com>
> Subject: [meta-oe][PATCH] toybox-inittab: Use 0BSD for LIC_FILES_CHKSUM
> 
> BSD-0-Clause has been deleted from common licenses
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Cc: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> ---
>  meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb b/meta-
> oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> index b91a1d864e..21d4dcc19f 100644
> --- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> +++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> @@ -1,6 +1,6 @@
>  SUMMARY = "Toybox Inittab Configuration"
>  LICENSE = "BSD-0-Clause"

Might as well change to use 0BSD for LICENSE as well then.

> -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-0-Clause;md5=81eeb0083e31f11ab1e33ded846d521c"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/0BSD;md5=f667a3c3830a55a17ec3067709f4526c"
> 
>  # Unpack to ${S}/orig
>  #
> --
> 2.33.0

//Peter


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

* Re: [meta-oe][PATCH] toybox-inittab: Use 0BSD for LIC_FILES_CHKSUM
  2021-09-05  8:43 ` Peter Kjellerstedt
@ 2021-09-05 15:32   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2021-09-05 15:32 UTC (permalink / raw)
  To: Peter Kjellerstedt; +Cc: openembedded-devel

On Sun, Sep 5, 2021 at 1:43 AM Peter Kjellerstedt
<peter.kjellerstedt@axis.com> wrote:
>
> > -----Original Message-----
> > From: Khem Raj <raj.khem@gmail.com>
> > Sent: den 5 september 2021 01:49
> > To: openembedded-devel@lists.openembedded.org
> > Cc: Khem Raj <raj.khem@gmail.com>; Peter Kjellerstedt
> > <peter.kjellerstedt@axis.com>
> > Subject: [meta-oe][PATCH] toybox-inittab: Use 0BSD for LIC_FILES_CHKSUM
> >
> > BSD-0-Clause has been deleted from common licenses
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > Cc: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> > ---
> >  meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb b/meta-
> > oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> > index b91a1d864e..21d4dcc19f 100644
> > --- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> > +++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> > @@ -1,6 +1,6 @@
> >  SUMMARY = "Toybox Inittab Configuration"
> >  LICENSE = "BSD-0-Clause"
>
> Might as well change to use 0BSD for LICENSE as well then.
>
right, staged this change as well on master-next

> > -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-0-Clause;md5=81eeb0083e31f11ab1e33ded846d521c"
> > +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/0BSD;md5=f667a3c3830a55a17ec3067709f4526c"
> >
> >  # Unpack to ${S}/orig
> >  #
> > --
> > 2.33.0
>
> //Peter
>

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

end of thread, other threads:[~2021-09-05 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04 23:48 [meta-oe][PATCH] toybox-inittab: Use 0BSD for LIC_FILES_CHKSUM Khem Raj
2021-09-05  8:43 ` Peter Kjellerstedt
2021-09-05 15:32   ` Khem Raj

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.