summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-radhakrishnan2@ti.com <m-radhakrishnan2@ti.com>2020-04-04 21:35:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-06 16:25:59 +0000
commitaa4f9524971632f999205ed7c1551f3776436bf6 (patch)
tree3431b930aecf43812e4cb1a1186b910b5d218cc3
parent47d0bf3b6d7cfef54cc7fe1e5008cb1b203d2af8 (diff)
downloadmeta-ti-aa4f9524971632f999205ed7c1551f3776436bf6.tar.gz
sciclient-rtos: Updating License checksum, along with the file it is calculated
The license as such has not changed, but moved to a License file which is not expected to change frequently NOTE: Backporting this from zeus branch Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index d14c4a12..43d75860 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient"
7PE = "1" 7PE = "1"
8 8
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" 10LIC_FILES_CHKSUM = "file://COPYING.txt;md5=99d7639a81c1ba1f16fd070a928ffddb"
11 11
12COMPATIBLE_MACHINE = "k3" 12COMPATIBLE_MACHINE = "k3"
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14 14
15PR = "r0" 15PR = "r1"
16 16
17DEPENDS_append = " osal-rtos common-csl-ip-rtos openssl-native" 17DEPENDS_append = " osal-rtos common-csl-ip-rtos openssl-native"
18 18