From 5437ef8b7a2babc5246fcec8b9f2f272e0de973b Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Wed, 27 Jan 2016 03:16:39 +0000 Subject: [PATCH] ti-cgt6x: Upgrade to version 8.1.0 Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- .../{ti-cgt6x_8.0.3.bb => ti-cgt6x_8.1.0.bb} | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) rename recipes-ti/devtools/{ti-cgt6x_8.0.3.bb => ti-cgt6x_8.1.0.bb} (82%) diff --git a/recipes-ti/devtools/ti-cgt6x_8.0.3.bb b/recipes-ti/devtools/ti-cgt6x_8.1.0.bb similarity index 82% rename from recipes-ti/devtools/ti-cgt6x_8.0.3.bb rename to recipes-ti/devtools/ti-cgt6x_8.1.0.bb index 23866d10..79b562a9 100644 --- a/recipes-ti/devtools/ti-cgt6x_8.0.3.bb +++ b/recipes-ti/devtools/ti-cgt6x_8.1.0.bb @@ -2,12 +2,12 @@ DESCRIPTION = "TI DSP Code Generation Tools" HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD" -LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" -LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" +LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000_8.1.x_CodeGenerationTools_Manifest.htm;md5=458bf5fa55a865372515aeba0dfa9b72" +LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.1.x_CodeGenerationTools_Manifest.htm;md5=458bf5fa55a865372515aeba0dfa9b72" PE = "1" -require ../includes/ti-unpack.inc +require recipes-ti/includes/ti-unpack.inc COMPATIBLE_HOST_class-target = "arm.*-linux" @@ -37,11 +37,11 @@ BINFILE_NAME_class-target = "cgt6x_arm_installer" SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}" -SRC_URI[cgt6x_x86_installer.md5sum] = "cac177c3b94bf308d5198230739639b4" -SRC_URI[cgt6x_x86_installer.sha256sum] = "9c9ebab9f29cfd55f7df1df888ede66da3c2ccc0440d602ef34564305f02b9fb" +SRC_URI[cgt6x_x86_installer.md5sum] = "43d9a9a6307c7ba0933050e4ba1b0e56" +SRC_URI[cgt6x_x86_installer.sha256sum] = "0ce82e2d338b8aab3c3d1eb52217d025bd07952ac40c8f5a9319652d0c8882ad" -SRC_URI[cgt6x_arm_installer.md5sum] = "7966f5ad2f055c3462ac6c3c13453ed7" -SRC_URI[cgt6x_arm_installer.sha256sum] = "f435f886610fc7df585a6ef898494e621b3bfa17f20658436f5e63af86a9a987" +SRC_URI[cgt6x_arm_installer.md5sum] = "52433a9ffdc6fbbb539a3c8e3e1c9ec0" +SRC_URI[cgt6x_arm_installer.sha256sum] = "286a96e3082086c37129cbbc6c3665c76028b68975d02fc30375a6aaba00532a" do_install() { install -d ${D}${bindir} @@ -79,7 +79,9 @@ do_install() { install -d ${D}${datadir}/man/man1 for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do - install -m 644 ${manfile} ${D}${datadir}/man/man1 + if [ -e ${manfile} ]; then + install -m 644 ${manfile} ${D}${datadir}/man/man1 + fi done install -d ${D}${datadir}/doc/ti/cgt-c6x