summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-11-29 08:54:03 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-03 11:21:34 +0000
commitbaf75ed4c57e9d92c616723c9b3b32ba5f8d8f8b (patch)
tree66cb5cf4e4a56c6710e516929de023c6b840cf52
parentfb1b3c3c88babf254084531ec926ec14a5103191 (diff)
downloadpoky-baf75ed4c57e9d92c616723c9b3b32ba5f8d8f8b.tar.gz
kmscube: Use COPYING for licensing information
Since kmscube commit d874c7811854 ("add license file"), the COPYING file has been introduced for holding the licensing information for the project. Make LIC_FILES_CHKSUM point to the COPYING file to make the licensing text information more explicit instead of extracting it from the kmscube.c file. License-Update: Point to the dedicated COPYING file. (From OE-Core rev: 6615fa4428166a6f50c1350574bb760009cb957e) Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/kmscube/kmscube_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 0fcea0702c..7035dd446b 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT"
8SECTION = "graphics" 8SECTION = "graphics"
9DEPENDS = "virtual/libgles3 virtual/libgles2 virtual/egl libdrm virtual/libgbm" 9DEPENDS = "virtual/libgles3 virtual/libgles2 virtual/egl libdrm virtual/libgbm"
10 10
11LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" 11LIC_FILES_CHKSUM = "file://COPYING;md5=2a12bf7a66f5f663d75186bf01eb607b"
12 12
13SRCREV = "311eaaaa473d593c30d118799aa19ac4ad53cd65" 13SRCREV = "311eaaaa473d593c30d118799aa19ac4ad53cd65"
14SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \ 14SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \