summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2021-11-05 19:57:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-15 11:56:17 +0000
commit27d151c032f868e78b772a8daf3da1be7c842e04 (patch)
tree7cc151132b0a55fa9ce87ce277d872711fa87a20
parentdfca86c200175cf86afa064c92ca22e5a124ab8a (diff)
downloadpoky-27d151c032f868e78b772a8daf3da1be7c842e04.tar.gz
libx11: Update LICENSE to better reflect reality
There are no traces of neither the BSD-2-Clause license nor the BSD-4-Clause license being used in the code. There is one occurrence of the BSD-1-Clause license. On the other hand, HPND and HPND-sell-variant are all over the place. (From OE-Core rev: 3781b045366a280d33062e0dc9071dc194dd7bf5) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5cd90092e21ad245df40a60feed3598dd9c6b98b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb2
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 7ee2a9c16a..f429daaf47 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
20PROVIDES = "virtual/libx11" 20PROVIDES = "virtual/libx11"
21 21
22XORG_PN = "libX11" 22XORG_PN = "libX11"
23LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" 23LICENSE = "MIT & MIT-style & BSD-1-Clause & HPND & HPND-sell-variant"
24LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" 24LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
25 25
26DEPENDS += "xorgproto xtrans libxcb" 26DEPENDS += "xorgproto xtrans libxcb"