diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:08 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | 8948100ce7543329d4d42dae1cfe3de3a201c640 (patch) | |
tree | 43c0e8207002e6f85d47ecca535077c5201aa0f9 /meta/recipes-graphics | |
parent | 40cd87df6e2ae771aad72f436d89bc8e6de3313d (diff) | |
download | poky-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/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-util_1.3.2.bb | 2 |
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" | |||
3 | require xorg-font-common.inc | 3 | require xorg-font-common.inc |
4 | 4 | ||
5 | #Unicode is MIT | 5 | #Unicode is MIT |
6 | LICENSE = "BSD & MIT" | 6 | LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \ | 7 | LIC_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 \ |