mirror of
https://git.yoctoproject.org/poky
synced 2026-04-11 08:02:21 +02:00
libx11: 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: 44fd2aa731956fe0a0f74d36959c88b0b87adab5) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f9bf930496
commit
40cd87df6e
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c30
|
||||
PROVIDES = "virtual/libx11"
|
||||
|
||||
XORG_PN = "libX11"
|
||||
LICENSE = "MIT & MIT-style & BSD"
|
||||
LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
||||
|
||||
DEPENDS += "xorgproto xtrans libxcb"
|
||||
|
||||
Reference in New Issue
Block a user