summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <a0875154@UDA0875154>2020-02-18 03:23:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-20 02:45:47 +0000
commitdaaf30e62fedfa9efcd45e5213fa4f42e1768c19 (patch)
treecbbdc1639ff75269023f89a62622613ce3457085
parentf1112d5644560ba79e86711e9662357e542736cc (diff)
downloadmeta-ti-daaf30e62fedfa9efcd45e5213fa4f42e1768c19.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 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 6a3d79c3..a5aacd9f 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" 17DEPENDS_append = " osal-rtos common-csl-ip-rtos"
18 18
@@ -71,3 +71,7 @@ FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
71INSANE_SKIP_${PN} = "arch ldflags file-rdeps" 71INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
72 72
73INSANE_SKIP_${PN}-dbg = "arch" 73INSANE_SKIP_${PN}-dbg = "arch"
74
75INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
76INHIBIT_PACKAGE_STRIP = "1"
77INHIBIT_SYSROOT_STRIP = "1"