summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-14 09:18:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-18 18:16:33 +0000
commitd78ded7a2b9a528e126030994ba221d0cd0a48c1 (patch)
tree7a1ab303914d033ebeace32f4b8f3acd97f9d6c9
parent2df8479c4b0bad3a4b4cff02e885c97cbcbef297 (diff)
downloadmeta-ti-d78ded7a2b9a528e126030994ba221d0cd0a48c1.tar.gz
ti-cg-xml: Update to version 2.61.00
The license checksum change is due to the copyright year and version. 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-cg-xml_2.61.00.bb (renamed from recipes-ti/devtools/ti-cg-xml_2.41.00.bb)17
1 files changed, 8 insertions, 9 deletions
diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
index 5c0ff63b..e618af5a 100644
--- a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
+++ b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
@@ -7,22 +7,21 @@ require recipes-ti/includes/ti-paths.inc
7require recipes-ti/includes/ti-staging.inc 7require recipes-ti/includes/ti-staging.inc
8require recipes-ti/includes/ti-unpack.inc 8require recipes-ti/includes/ti-unpack.inc
9 9
10PV = "2_41_00" 10PV = "2.61.00"
11 11PE = "1"
12S = "${WORKDIR}/cg_xml_${PV}" 12S = "${WORKDIR}/cg_xml_${PV}"
13 13
14SRC_URI = "\ 14SRC_URI = "\
15 http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${PV}/cg_xml-v${PV}-Linux-x86-Install;name=cgxmlbin_linux \ 15 http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${@'${PV}'.replace('.','_')}/cgxml-${PV}-linux-installer.run;name=cgxmlbin_linux \
16" 16"
17LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=fc02a39748ba50373f32b2f4a5e3a684"
17 18
18LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=ba23d76ef3d5ec111b03267105c91bd4" 19SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff"
19 20SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9"
20SRC_URI[cgxmlbin_linux.md5sum] = "9e421f25f6da455b0155570ce0e62628"
21SRC_URI[cgxmlbin_linux.sha256sum] = "bbc25f4abe27a8b93bae1d8581c3dee87111c3769c305d086287038ee9038cbf"
22 21
23BINFILE="cg_xml-v${PV}-Linux-x86-Install" 22BINFILE="cgxml-${PV}-linux-installer.run"
24TI_BIN_UNPK_CMDS="" 23TI_BIN_UNPK_CMDS=""
25TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent" 24TI_BIN_UNPK_ARGS="--prefix ${S} --mode unattended"
26 25
27do_install() { 26do_install() {
28 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" 27 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"