diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | f9bf930496296cb5e6f9fdb6947c1cad4142c2cc (patch) | |
tree | 69924bc48afca0e05ed2889499c14445c5906ebc /meta/recipes-support/libjitterentropy | |
parent | ca7e12eb495f4adbdad62fa57c30170e75349c53 (diff) | |
download | poky-f9bf930496296cb5e6f9fdb6947c1cad4142c2cc.tar.gz |
libjitterentropy: Use specific BSD license variant
Make the license more accurate by specifying the specific variant of BSD
license instead of the generic one. This helps with SPDX license
attribution as "BSD" is not a valid SPDX license.
(From OE-Core rev: a352473138dd2396bc33eff3d738c41ff24f52fe)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libjitterentropy')
-rw-r--r-- | meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb index f703c089a0..d9fbb5e9d6 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb | |||
@@ -4,7 +4,7 @@ It does not depend on any system resource other than a high-resolution time \ | |||
4 | stamp. It is a small-scale, yet fast entropy source that is viable in almost \ | 4 | stamp. It is a small-scale, yet fast entropy source that is viable in almost \ |
5 | all environments and on a lot of CPU architectures." | 5 | all environments and on a lot of CPU architectures." |
6 | HOMEPAGE = "http://www.chronox.de/jent.html" | 6 | HOMEPAGE = "http://www.chronox.de/jent.html" |
7 | LICENSE = "GPLv2+ | BSD" | 7 | LICENSE = "GPLv2+ | BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c94a9d191202a5552f381a023551396 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c94a9d191202a5552f381a023551396 \ |
9 | file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ | 9 | file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ |
10 | file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ | 10 | file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ |