From: Joshua Watt Date: Wed, 1 Sep 2021 13:45:08 +0000 (-0500) Subject: font-util: Use specific BSD license variant X-Git-Tag: yocto-3.4~243 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=828bca22d9a4b995d9961d3cc8c3aedcb5ef577d;p=openembedded-core.git font-util: 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-graphics/xorg-font/font-util_1.3.2.bb b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb index 8f2d10e25b..f940c5f534 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb @@ -3,7 +3,7 @@ SUMMARY = "X.Org font package creation/installation utilities" require xorg-font-common.inc #Unicode is MIT -LICENSE = "BSD & MIT" +LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \ file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \ file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \