From: Joshua Watt Date: Wed, 1 Sep 2021 13:45:06 +0000 (-0500) Subject: libjitterentropy: Use specific BSD license variant X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~6871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a352473138dd2396bc33eff3d738c41ff24f52fe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb index f703c089a0e..d9fbb5e9d64 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 \ 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 \