aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianzhong Xu2018-11-15 10:22:05 -0600
committerJianzhong Xu2018-11-15 10:22:05 -0600
commit558c79e840b937551f96e22902ed627a222eb242 (patch)
tree466be46686a827c8a73c5b7430b2bb5439254814
parent195355db20f53295cfeef0bcfba0a8d8fdb0a753 (diff)
downloadmathlib-558c79e840b937551f96e22902ed627a222eb242.tar.gz
mathlib-558c79e840b937551f96e22902ed627a222eb242.tar.xz
mathlib-558c79e840b937551f96e22902ed627a222eb242.zip
PRSDK-5011: fixing TIREX metadata typos.
Signed-off-by: Jianzhong Xu <xuj@ti.com>
-rw-r--r--ti/mathlib/package.bld2
-rw-r--r--ti/mathlib/package.ccs.json.xdt2
-rw-r--r--ti/mathlib/package.tirex.json.xdt8
3 files changed, 6 insertions, 6 deletions
diff --git a/ti/mathlib/package.bld b/ti/mathlib/package.bld
index 3ea44f3..8241d08 100644
--- a/ti/mathlib/package.bld
+++ b/ti/mathlib/package.bld
@@ -488,7 +488,7 @@ Package.targets = [C66_elf,
488 488
489/* Set up version number for the package */ 489/* Set up version number for the package */
490Package.pkgStdVer = "2.0"; 490Package.pkgStdVer = "2.0";
491Package.version = [3, 1, 2, 2, 3, 0]; 491Package.version = [3, 1, 2, 3, 3, 0];
492 492
493Package.createVersion(); 493Package.createVersion();
494 494
diff --git a/ti/mathlib/package.ccs.json.xdt b/ti/mathlib/package.ccs.json.xdt
index 37a8fe6..032cdfe 100644
--- a/ti/mathlib/package.ccs.json.xdt
+++ b/ti/mathlib/package.ccs.json.xdt
@@ -6,7 +6,7 @@
6%%} 6%%}
7[ 7[
8 { 8 {
9 "rootMacroName": "COM_TI_MAS_`TARGET`_DSPLIB_INSTALL_DIR", 9 "rootMacroName": "COM_TI_MAS_`TARGET`_MATHLIB_INSTALL_DIR",
10 "compilerIncludePath": [ ], 10 "compilerIncludePath": [ ],
11 "compilerSymbols": [ ], 11 "compilerSymbols": [ ],
12 "linkerSearchPath": [ ], 12 "linkerSearchPath": [ ],
diff --git a/ti/mathlib/package.tirex.json.xdt b/ti/mathlib/package.tirex.json.xdt
index f6afc49..c11f2c0 100644
--- a/ti/mathlib/package.tirex.json.xdt
+++ b/ti/mathlib/package.tirex.json.xdt
@@ -27,12 +27,12 @@
27 27
28[ 28[
29 { 29 {
30 "id": "com.ti.`TARGET`_DSPLIB", 30 "id": "com.ti.`TARGET`_MATHLIB",
31 "name": "`TARGET` DSPLIB", 31 "name": "`TARGET` MATHLIB",
32 "version": `packageVersion` 32 "version": "`packageVersion`",
33 "type": "software", 33 "type": "software",
34 "image": "./tirex_logo_256.png", 34 "image": "./tirex_logo_256.png",
35 "description": "Optimized `TARGET` DSP function library for C programmers", 35 "description": "Optimized `TARGET` math library for C programmers",
36 "allowPartialDownload": "false", 36 "allowPartialDownload": "false",
37 "devices": [], 37 "devices": [],
38 "metadataVersion": "3.0.0" 38 "metadataVersion": "3.0.0"