Change version to 8.0 36/292936/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 May 2023 07:55:35 +0000 (07:55 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 May 2023 07:55:35 +0000 (07:55 +0000)
For building the tidl package in the DIBS, the version should be 8.0.

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

index 6e7e557..762b32b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=7.5
+VERSION=8.0
 
 # clean
 clean()
index c9df7ae..18f4a9d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=7.5
+VERSION=8.0
 
 # clean
 clean()
index 3b3ab4d..54442bb 100644 (file)
@@ -2,27 +2,27 @@ Version:1.11.3
 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.5-tidlc
+Package:8.0-tidlc
 OS:ubuntu-32
 Build-host-os:ubuntu-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.5-tidlc
+Package:8.0-tidlc
 OS:windows-32
 Build-host-os:windows-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.5-tidlc
+Package:8.0-tidlc
 OS:ubuntu-64
 Build-host-os:ubuntu-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.5-tidlc
+Package:8.0-tidlc
 OS:windows-64
 Build-host-os:windows-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:7.5-tidlc
+Package:8.0-tidlc
 OS:macos-64
 Build-host-os:macos-64
 Description:Compiler for making stub or proxy code block from TIDL file
index 41ac22d..ff0ca53 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.5/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-8.0/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index 5a37cbc..fe422df 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.5/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-8.0/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index ce161ac..8a4df10 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-7.5\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-8.0\common\tidl
 
 echo adding tidl path...
 setx -m PATH "%path%;%TIDL_PATH%"
index 8d76bae..78a76a6 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-7.5\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-8.0\common\tidl
 del %TIDL_PATH%\tidlc.exe
 
 echo removing tidl path...