]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libjitterentropy: Use specific BSD license variant
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 1 Sep 2021 13:45:06 +0000 (08:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Sep 2021 14:19:00 +0000 (15:19 +0100)
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.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb

index f703c089a0ecb5f8043089248f7ebc223457ae4e..d9fbb5e9d64cc2fb2fe606924e15ccd69841377e 100644 (file)
@@ -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 = "GPLv2+ | BSD"
+LICENSE = "GPLv2+ | BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1c94a9d191202a5552f381a023551396 \
                     file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \