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>
#!/bin/bash
-VERSION=7.5
+VERSION=8.0
# clean
clean()
#!/bin/bash
-VERSION=7.5
+VERSION=8.0
# clean
clean()
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
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
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
@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%"
@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...