From d78ded7a2b9a528e126030994ba221d0cd0a48c1 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 14 Mar 2019 09:18:06 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-cg-xml_2.41.00.bb | 41 -------------------------------- recipes-ti/devtools/ti-cg-xml_2.61.00.bb | 40 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 41 deletions(-) delete mode 100644 recipes-ti/devtools/ti-cg-xml_2.41.00.bb create mode 100644 recipes-ti/devtools/ti-cg-xml_2.61.00.bb diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb deleted file mode 100644 index 5c0ff63b..00000000 --- a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb +++ /dev/null @@ -1,41 +0,0 @@ -DESCRIPTION = "TI CG_XML" -HOMEPAGE = "http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/index.htm" -SECTION = "devel" -LICENSE = "BSD" - -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" - -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 \ -" - -LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=ba23d76ef3d5ec111b03267105c91bd4" - -SRC_URI[cgxmlbin_linux.md5sum] = "9e421f25f6da455b0155570ce0e62628" -SRC_URI[cgxmlbin_linux.sha256sum] = "bbc25f4abe27a8b93bae1d8581c3dee87111c3769c305d086287038ee9038cbf" - -BINFILE="cg_xml-v${PV}-Linux-x86-Install" -TI_BIN_UNPK_CMDS="" -TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent" - -do_install() { - CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" - install -d ${D}${CG_XML_INSTALL_DIR_RECIPE} - cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE} -} - -FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" - -INSANE_SKIP_${PN} = "arch ldflags file-rdeps" - -INHIBIT_PACKAGE_STRIP = "1" -INHIBIT_SYSROOT_STRIP = "1" -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-ti/devtools/ti-cg-xml_2.61.00.bb b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb new file mode 100644 index 00000000..e618af5a --- /dev/null +++ b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb @@ -0,0 +1,40 @@ +DESCRIPTION = "TI CG_XML" +HOMEPAGE = "http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/index.htm" +SECTION = "devel" +LICENSE = "BSD" + +require recipes-ti/includes/ti-paths.inc +require recipes-ti/includes/ti-staging.inc +require recipes-ti/includes/ti-unpack.inc + +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}'.replace('.','_')}/cgxml-${PV}-linux-installer.run;name=cgxmlbin_linux \ +" +LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=fc02a39748ba50373f32b2f4a5e3a684" + +SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff" +SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9" + +BINFILE="cgxml-${PV}-linux-installer.run" +TI_BIN_UNPK_CMDS="" +TI_BIN_UNPK_ARGS="--prefix ${S} --mode unattended" + +do_install() { + CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" + install -d ${D}${CG_XML_INSTALL_DIR_RECIPE} + cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE} +} + +FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" + +INSANE_SKIP_${PN} = "arch ldflags file-rdeps" + +INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_SYSROOT_STRIP = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf