Change version to 7.5 15/288715/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 22 Feb 2023 04:14:17 +0000 (04:14 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 22 Feb 2023 04:14:17 +0000 (04:14 +0000)
For building the tidl package in the DIBS, the version should be 7.5.

Change-Id: I2110a0e83f7aa6073ef37d936d88d683fea02f00
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
package/build.linux
package/build.macos
package/build.windows
package/pkginfo.manifest
package/tidlc.install.linux
package/tidlc.install.macos
package/tidlc.install.windows
package/tidlc.remove.windows

index e8aba1b83b31f17c701c617d932c80e8e9c6cfc4..6e7e5575837ec52814e531358bdbf8f46e09f1ad 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=7.0
+VERSION=7.5
 
 # clean
 clean()
index 56522cd318a8ef958501670c3be64e4456bd7bc1..ec2796822dafef24e13e47429b7b403ce8a2204a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=7.0
+VERSION=7.5
 
 # clean
 clean()
index 393fce9c7a440d7e0ba9e51799ad78badf5cf5ef..c9df7ae80c2e9772ba9a03333a506012a38775e7 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=7.0
+VERSION=7.5
 
 # clean
 clean()
index 4100908fec68582fa5aeb5d7fc07a9682004962a..60be35e0562447e4a1bcc6102475879f67a55d51 100644 (file)
@@ -2,27 +2,27 @@ Version:1.10.6
 Source:tidlc
 Maintainer:JungHoon Park <jh9216.park@samsung.com>, Hwankyu Jhun <h.jhun@samsung.com>, Inkyun Kil <inkyun.kil@samsung.com>, Ju-Sung Son <jusung07.son@samsung.com>, Hyunho Kang <hhstark.kang@samsung.com>
 
-Package:7.0-tidlc
+Package:7.5-tidlc
 OS:ubuntu-32
 Build-host-os:ubuntu-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.0-tidlc
+Package:7.5-tidlc
 OS:windows-32
 Build-host-os:windows-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.0-tidlc
+Package:7.5-tidlc
 OS:ubuntu-64
 Build-host-os:ubuntu-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.0-tidlc
+Package:7.5-tidlc
 OS:windows-64
 Build-host-os:windows-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.0-tidlc
+Package:7.5-tidlc
 OS:macos-64
 Build-host-os:macos-64
 Description:Compiler for making stub or proxy code block from TIDL file
index beecaf45b55c4c01a12731e620b02bbc3bc04c56..41ac22dd359ca84971820a8b2725fcf6369e8860 100755 (executable)
@@ -6,7 +6,7 @@ if [ "x${s}" = "x" ] ; then
     cat >> ${HOME}/.bashrc << END
 ## Tizen SDK configuration
 # This is generated by Tizen SDK. Please do not modify by yourself.
-export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-7.0/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-7.5/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index e18c25672dff202cef2e4c7ac7f2b923393b1270..5a37cbce73f73cc1dfe0b1bfc748d39bd77ebd34 100755 (executable)
@@ -6,7 +6,7 @@ if [ "x${s}" = "x" ] ; then
     cat >> ${HOME}/.bashrc << END
 ## Tizen SDK configuration
 # This is generated by Tizen SDK. Please do not modify by yourself.
-export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-7.0/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-7.5/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index ca8d843bc446c2fbaf47ac5e08d053fefb8912eb..ce161acf02b12e8c63f3cc75a67b749079b0e46d 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-7.0\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-7.5\common\tidl
 
 echo adding tidl path...
 setx -m PATH "%path%;%TIDL_PATH%"
index b03dc1198c64431767a2fcc22c2e8d5bde74b25b..8d76baeb09fdfd2f97b77db80d4aad3d904cc7e4 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-7.0\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-7.5\common\tidl
 del %TIDL_PATH%\tidlc.exe
 
 echo removing tidl path...