diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2020-02-29 03:53:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-03-03 02:41:42 +0000 |
commit | a9b7d2e192314fd08bb5195df30c76087fdd96c6 (patch) | |
tree | 14ff2f55b2602b42ea441bdf76c785a052b041fe | |
parent | f6823437576420f9d5f5b37efebeeb3f28e729b3 (diff) | |
download | meta-ti-a9b7d2e192314fd08bb5195df30c76087fdd96c6.tar.gz |
ti-cgt-arm: Update to 18.12.5
The License checksum has changed due to version number change, but the
license itself has not changed
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/devtools/ti-cgt-arm_18.12.5.bb (renamed from recipes-ti/devtools/ti-cgt-arm_18.12.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb index 5e9c5f8a..8b496f44 100644 --- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools" | |||
2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" | 2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" |
3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause" | 3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30" | 5 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108" |
6 | 6 | ||
7 | require recipes-ti/includes/ti-unpack.inc | 7 | require recipes-ti/includes/ti-unpack.inc |
8 | require recipes-ti/includes/ti-staging.inc | 8 | require recipes-ti/includes/ti-staging.inc |
@@ -27,8 +27,8 @@ do_install() { | |||
27 | cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | 27 | cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} |
28 | } | 28 | } |
29 | 29 | ||
30 | SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529" | 30 | SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b" |
31 | SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e" | 31 | SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4" |
32 | 32 | ||
33 | BINFILE_NAME = "cgt_arm_installer" | 33 | BINFILE_NAME = "cgt_arm_installer" |
34 | 34 | ||