diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:07 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | 40cd87df6e2ae771aad72f436d89bc8e6de3313d (patch) | |
tree | 242fb4d53a14d2bcba30a4ece91d4ba4d2d18569 /meta | |
parent | f9bf930496296cb5e6f9fdb6947c1cad4142c2cc (diff) | |
download | poky-40cd87df6e2ae771aad72f436d89bc8e6de3313d.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb index c84f33e92c..7ee2a9c16a 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c30 | |||
20 | PROVIDES = "virtual/libx11" | 20 | PROVIDES = "virtual/libx11" |
21 | 21 | ||
22 | XORG_PN = "libX11" | 22 | XORG_PN = "libX11" |
23 | LICENSE = "MIT & MIT-style & BSD" | 23 | LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" |
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
25 | 25 | ||
26 | DEPENDS += "xorgproto xtrans libxcb" | 26 | DEPENDS += "xorgproto xtrans libxcb" |