summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-08-24 18:06:55 -0300
committerGitHub <noreply@github.com>2022-08-24 18:06:55 -0300
commitd984fbeb31f473a86f6d5670e5aa31bdda82b7e7 (patch)
tree415041a02498df73faffe043dabb8a6e019f9a32
parent8606b0908f3c8d68b76975206b7d35f0e8c3c9f3 (diff)
parentc1cb76721b333c3b5f1ee8f9e5e84a4fad8b1bf1 (diff)
downloadmeta-freescale-d984fbeb31f473a86f6d5670e5aa31bdda82b7e7.tar.gz
Merge pull request #1181 from lucaceresoli/luca/for-master
kernel-module-isp-vvcam: fix LIC_FILES_CHKSUM when using devtool
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
index d5862222..c5356495 100644
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
@@ -2,7 +2,7 @@
2 2
3DESCRIPTION = "Kernel loadable module for ISP" 3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" 5LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6 6
7SRCBRANCH = "lf-5.10.y_2.2.0" 7SRCBRANCH = "lf-5.10.y_2.2.0"
8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master" 8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master"