diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-24 18:06:55 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 18:06:55 -0300 |
| commit | d984fbeb31f473a86f6d5670e5aa31bdda82b7e7 (patch) | |
| tree | 415041a02498df73faffe043dabb8a6e019f9a32 | |
| parent | 8606b0908f3c8d68b76975206b7d35f0e8c3c9f3 (diff) | |
| parent | c1cb76721b333c3b5f1ee8f9e5e84a4fad8b1bf1 (diff) | |
| download | meta-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.bb | 2 |
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 d58622222..c53564950 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 | ||
| 3 | DESCRIPTION = "Kernel loadable module for ISP" | 3 | DESCRIPTION = "Kernel loadable module for ISP" |
| 4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | 5 | LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" |
| 6 | 6 | ||
| 7 | SRCBRANCH = "lf-5.10.y_2.2.0" | 7 | SRCBRANCH = "lf-5.10.y_2.2.0" |
| 8 | ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master" | 8 | ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master" |
