mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
f1112d5644
commit
daaf30e62f
@@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient"
|
|||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
LICENSE = "BSD-3-Clause"
|
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"
|
COMPATIBLE_MACHINE = "k3"
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
DEPENDS_append = " osal-rtos common-csl-ip-rtos"
|
DEPENDS_append = " osal-rtos common-csl-ip-rtos"
|
||||||
|
|
||||||
@@ -71,3 +71,7 @@ FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
|
|||||||
INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
|
INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
|
||||||
|
|
||||||
INSANE_SKIP_${PN}-dbg = "arch"
|
INSANE_SKIP_${PN}-dbg = "arch"
|
||||||
|
|
||||||
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||||
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
INHIBIT_SYSROOT_STRIP = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user