* [PATCH] hdparm: drop NO_GENERIC_LICENSE
@ 2024-07-10 0:01 Denys Dmytriyenko
2024-07-10 0:05 ` [OE-core] " Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2024-07-10 0:01 UTC (permalink / raw)
To: openembedded-core; +Cc: Denys Dmytriyenko
Latest SPDX update[1] brought in a generic hdparm license, no need
to set NO_GENERIC_LICENSE any more.
[1] https://git.openembedded.org/openembedded-core/commit/?id=e9c1f48af10ccb58251ecc7e041babb99b94d6df
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
---
meta/recipes-extended/hdparm/hdparm_9.65.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-extended/hdparm/hdparm_9.65.bb b/meta/recipes-extended/hdparm/hdparm_9.65.bb
index d5e6ab6065a..1b6af566a29 100644
--- a/meta/recipes-extended/hdparm/hdparm_9.65.bb
+++ b/meta/recipes-extended/hdparm/hdparm_9.65.bb
@@ -8,7 +8,6 @@ LICENSE = "BSD-2-Clause & GPL-2.0-only & hdparm"
LICENSE:${PN} = "BSD-2-Clause & hdparm"
LICENSE:${PN}-dbg = "BSD-2-Clause & hdparm"
LICENSE:wiper = "GPL-2.0-only"
-NO_GENERIC_LICENSE[hdparm] = "LICENSE.TXT"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03 \
file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
--
2.35.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE
2024-07-10 0:01 [PATCH] hdparm: drop NO_GENERIC_LICENSE Denys Dmytriyenko
@ 2024-07-10 0:05 ` Martin Jansa
2024-07-10 0:09 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2024-07-10 0:05 UTC (permalink / raw)
To: denis; +Cc: openembedded-core
see:
https://lists.openembedded.org/g/openembedded-core/message/201631
which is already in master-next:
https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=129d2df6bb963bf33da3656ceb6ca5b03cd80383
On Wed, Jul 10, 2024 at 2:02 AM Denys Dmytriyenko via
lists.openembedded.org <denis=denix.org@lists.openembedded.org> wrote:
>
> Latest SPDX update[1] brought in a generic hdparm license, no need
> to set NO_GENERIC_LICENSE any more.
>
> [1] https://git.openembedded.org/openembedded-core/commit/?id=e9c1f48af10ccb58251ecc7e041babb99b94d6df
>
> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
> ---
> meta/recipes-extended/hdparm/hdparm_9.65.bb | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-extended/hdparm/hdparm_9.65.bb b/meta/recipes-extended/hdparm/hdparm_9.65.bb
> index d5e6ab6065a..1b6af566a29 100644
> --- a/meta/recipes-extended/hdparm/hdparm_9.65.bb
> +++ b/meta/recipes-extended/hdparm/hdparm_9.65.bb
> @@ -8,7 +8,6 @@ LICENSE = "BSD-2-Clause & GPL-2.0-only & hdparm"
> LICENSE:${PN} = "BSD-2-Clause & hdparm"
> LICENSE:${PN}-dbg = "BSD-2-Clause & hdparm"
> LICENSE:wiper = "GPL-2.0-only"
> -NO_GENERIC_LICENSE[hdparm] = "LICENSE.TXT"
>
> LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03 \
> file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
> --
> 2.35.3
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#201686): https://lists.openembedded.org/g/openembedded-core/message/201686
> Mute This Topic: https://lists.openembedded.org/mt/107133678/3617156
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE
2024-07-10 0:05 ` [OE-core] " Martin Jansa
@ 2024-07-10 0:09 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2024-07-10 0:09 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
thanks
On Wed, Jul 10, 2024 at 02:05:41AM +0200, Martin Jansa wrote:
> see:
> https://lists.openembedded.org/g/openembedded-core/message/201631
> which is already in master-next:
> https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=129d2df6bb963bf33da3656ceb6ca5b03cd80383
>
> On Wed, Jul 10, 2024 at 2:02 AM Denys Dmytriyenko via
> lists.openembedded.org <denis=denix.org@lists.openembedded.org> wrote:
> >
> > Latest SPDX update[1] brought in a generic hdparm license, no need
> > to set NO_GENERIC_LICENSE any more.
> >
> > [1] https://git.openembedded.org/openembedded-core/commit/?id=e9c1f48af10ccb58251ecc7e041babb99b94d6df
> >
> > Signed-off-by: Denys Dmytriyenko <denis@denix.org>
> > ---
> > meta/recipes-extended/hdparm/hdparm_9.65.bb | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/meta/recipes-extended/hdparm/hdparm_9.65.bb b/meta/recipes-extended/hdparm/hdparm_9.65.bb
> > index d5e6ab6065a..1b6af566a29 100644
> > --- a/meta/recipes-extended/hdparm/hdparm_9.65.bb
> > +++ b/meta/recipes-extended/hdparm/hdparm_9.65.bb
> > @@ -8,7 +8,6 @@ LICENSE = "BSD-2-Clause & GPL-2.0-only & hdparm"
> > LICENSE:${PN} = "BSD-2-Clause & hdparm"
> > LICENSE:${PN}-dbg = "BSD-2-Clause & hdparm"
> > LICENSE:wiper = "GPL-2.0-only"
> > -NO_GENERIC_LICENSE[hdparm] = "LICENSE.TXT"
> >
> > LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03 \
> > file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
> > --
> > 2.35.3
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-10 0:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 0:01 [PATCH] hdparm: drop NO_GENERIC_LICENSE Denys Dmytriyenko
2024-07-10 0:05 ` [OE-core] " Martin Jansa
2024-07-10 0:09 ` Denys Dmytriyenko
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.