| Message ID | 20260622132413.2346201-1-ross.burton@arm.com |
|---|---|
| State | Changes Requested |
| Headers | show |
| Series | libjitterentropy: fix license statement | expand |
Sigh, was splitting and rebasing and messed this up. v2 incoming. > On 22 Jun 2026, at 14:24, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote: > > LICENSE clearly states the alternative to BSD is GPL-2.0-only: > > ALTERNATIVELY, this product may be distributed under the terms of the > GNU General Public License, in which case the provisions of the GPL2 > are required INSTEAD OF the above restrictions. > > Use GPL-2.0-only, and reorder to match. > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > .../recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb > index 7890dfa5c70..d119d8432be 100644 > --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb > +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb > @@ -4,7 +4,7 @@ It does not depend on any system resource other than a high-resolution time \ > stamp. It is a small-scale, yet fast entropy source that is viable in almost \ > all environments and on a lot of CPU architectures." > HOMEPAGE = "http://www.chronox.de/jent.html" > -LICENSE = "GPL-2.0-or-later | BSD-3-Clause" > +LICENSE = "BSD-3-Clause | GPL-2.0" > LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \ > file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ > file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ > @@ -23,4 +23,3 @@ do_install () { > LIBDIR="${baselib}" \ > INSTALL_STRIP="install" > } > - > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#239296): https://lists.openembedded.org/g/openembedded-core/message/239296 > Mute This Topic: https://lists.openembedded.org/mt/119923427/6875888 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb index 7890dfa5c70..d119d8432be 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb @@ -4,7 +4,7 @@ It does not depend on any system resource other than a high-resolution time \ stamp. It is a small-scale, yet fast entropy source that is viable in almost \ all environments and on a lot of CPU architectures." HOMEPAGE = "http://www.chronox.de/jent.html" -LICENSE = "GPL-2.0-or-later | BSD-3-Clause" +LICENSE = "BSD-3-Clause | GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \ file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ @@ -23,4 +23,3 @@ do_install () { LIBDIR="${baselib}" \ INSTALL_STRIP="install" } -
LICENSE clearly states the alternative to BSD is GPL-2.0-only: ALTERNATIVELY, this product may be distributed under the terms of the GNU General Public License, in which case the provisions of the GPL2 are required INSTEAD OF the above restrictions. Use GPL-2.0-only, and reorder to match. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)