summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-09-01 08:45:08 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-02 12:12:07 +0100
commit8948100ce7543329d4d42dae1cfe3de3a201c640 (patch)
tree43c0e8207002e6f85d47ecca535077c5201aa0f9 /meta
parent40cd87df6e2ae771aad72f436d89bc8e6de3313d (diff)
downloadpoky-8948100ce7543329d4d42dae1cfe3de3a201c640.tar.gz
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. (From OE-Core rev: 828bca22d9a4b995d9961d3cc8c3aedcb5ef577d) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-font/font-util_1.3.2.bb2
1 files changed, 1 insertions, 1 deletions
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"
3require xorg-font-common.inc 3require xorg-font-common.inc
4 4
5#Unicode is MIT 5#Unicode is MIT
6LICENSE = "BSD & MIT" 6LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \
8 file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \ 8 file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \
9 file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \ 9 file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \