mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
libxfont: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause. Note that the actual license text is BSD 4-Clause with clause 3 rescinded: https://gitlab.freedesktop.org/xorg/lib/libxfont/-/blob/master/COPYING#L157 (From OE-Core rev: 1649e9d281938a9183c5620612ed7a24a9b9f1e2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f2b2c200a2
commit
b9d418dd14
@@ -6,7 +6,7 @@ such as freetype)."
|
||||
|
||||
require xorg-lib-common.inc
|
||||
|
||||
LICENSE = "MIT & MIT-style & BSD"
|
||||
LICENSE = "MIT & MIT-style & BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
|
||||
|
||||
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
|
||||
|
||||
Reference in New Issue
Block a user