http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v2.61.00/cgxml-2.61.00-linux-installer.run
Not Found The requested URL /ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v2.61.00/cgxml-2.61.00-linux-installer.run was not found on this server. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Radhakrishnan, Mahesh Sent: Tuesday, March 5, 2019 12:19 PM To: [email protected] Subject: [meta-ti] [rocko/master][PATCH v2] 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 <[email protected]> --- .../{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) rename recipes-ti/devtools/{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} (64%) diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb similarity index 64% rename from recipes-ti/devtools/ti-cg-xml_2.41.00.bb rename to recipes-ti/devtools/ti-cg-xml_2.61.00.bb index 5c0ff63..2caac8f 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 require recipes-ti/includes/ti-staging.inc require recipes-ti/includes/ti-unpack.inc -PV = "2_41_00" - +PV = "2.61.00" +PE = "1" S = "${WORKDIR}/cg_xml_${PV}" SRC_URI = "\ - 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 \ + http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${PV}/cgxml-${PV}-linux-installer.run;name=cgxmlbin_linux \ " +LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=fc02a39748ba50373f32b2f4a5e3a684" -LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=ba23d76ef3d5ec111b03267105c91bd4" - -SRC_URI[cgxmlbin_linux.md5sum] = "9e421f25f6da455b0155570ce0e62628" -SRC_URI[cgxmlbin_linux.sha256sum] = "bbc25f4abe27a8b93bae1d8581c3dee87111c3769c305d086287038ee9038cbf" +SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff" +SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9" -BINFILE="cg_xml-v${PV}-Linux-x86-Install" +BINFILE="cgxml-${PV}-linux-installer.run" TI_BIN_UNPK_CMDS="" -TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent" +TI_BIN_UNPK_ARGS="--prefix ${S} --mode unattended" do_install() { CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" -- 1.9.1 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
