mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 04:27:26 +00:00
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>
This commit is contained in:
parent
55ebfb1909
commit
ca7e12eb49
@ -6,7 +6,7 @@ such as freetype)."
|
||||
|
||||
require xorg-lib-common.inc
|
||||
|
||||
LICENSE = "MIT & MIT-style & BSD"
|
||||
LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
|
||||
|
||||
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user