]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/commitdiff
ti-xdctools: update to 3.23.00.32
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 19 Dec 2011 10:44:36 +0000 (11:44 +0100)
committerKoen Kooi <koen@dominion.thruhere.net>
Mon, 19 Dec 2011 20:11:50 +0000 (21:11 +0100)
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-ti/devtools/ti-xdctools.inc
recipes-ti/devtools/ti-xdctools_3.20.06.81.bb [deleted file]
recipes-ti/devtools/ti-xdctools_3.23.00.32.bb [new file with mode: 0644]

index 120ebaad26252ddddb172219d37910df336917cb..c76ad80f9f1c5921468f63bc293c450f7fdce912 100644 (file)
@@ -1,11 +1,7 @@
 DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)"
 HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc"
 SECTION = "devel"
-LICENSE = "BSD, GPLv2"
-
-LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=eace8fa313a140ef178ecfa0f53cc655"
-
-PR = "r2"
+LICENSE = "BSD & GPLv2"
 
 require ../includes/ti-paths.inc
 require ../includes/ti-staging.inc
diff --git a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb b/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
deleted file mode 100644 (file)
index 45bedaa..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require ti-xdctools.inc
-
-PV = "3_20_06_81"
-
-# This fixes c6accel, but breaks codec-engine and lpm
-#SRC_URI += "file://arm-linker-hack.diff"
-
-SRC_URI += "file://fix-hardcoded-paths.diff"
-
-SRC_URI[xdcbin.md5sum] = "65151268d6be6ad6eb940ef7ed03af16"
-SRC_URI[xdcbin.sha256sum] = "8ea6b851521ce41fe0b4a349b2d922af7e70f48c50ad9fd21f62627446a834f8"
-
-
-
diff --git a/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
new file mode 100644 (file)
index 0000000..b2db76c
--- /dev/null
@@ -0,0 +1,11 @@
+require ti-xdctools.inc
+
+PV = "3_23_00_32"
+LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=49b2dfbf48860a0da844709c3ce63a9c"
+
+SRC_URI += "file://fix-hardcoded-paths.diff"
+
+SRC_URI[xdcbin.md5sum] = "263aa11795670265551d36a8c77ad27d"
+SRC_URI[xdcbin.sha256sum] = "880b4e263850f2a3c0ea7352c5b6e0a86692361e26634c3b70dddc42c71231a5"
+
+S = "${WORKDIR}/ti/xdctools_${PV}"