diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:05 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | ca7e12eb495f4adbdad62fa57c30170e75349c53 (patch) | |
tree | 1f3f9f546dcd71f2daef8c2ed2202627814b6981 /meta/recipes-graphics | |
parent | 55ebfb1909da3d63afb63c890abbd161e84f12ca (diff) | |
download | poky-ca7e12eb495f4adbdad62fa57c30170e75349c53.tar.gz |
libxfont2: 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: e340bad91f3220a156572bde3c337425f5c36cfc)
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-lib/libxfont2_2.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb index 24e0b054d7..9ad19dc826 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb | |||
@@ -6,7 +6,7 @@ such as freetype)." | |||
6 | 6 | ||
7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
8 | 8 | ||
9 | LICENSE = "MIT & MIT-style & BSD" | 9 | LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" |
11 | 11 | ||
12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" | 12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" |