From aa4f9524971632f999205ed7c1551f3776436bf6 Mon Sep 17 00:00:00 2001 From: "m-radhakrishnan2@ti.com" Date: Sat, 4 Apr 2020 21:35:57 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- 1 file 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" PE = "1" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=99d7639a81c1ba1f16fd070a928ffddb" COMPATIBLE_MACHINE = "k3" PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r0" +PR = "r1" DEPENDS_append = " osal-rtos common-csl-ip-rtos openssl-native"