Change install path for DIBS 97/195397/1
authorJunghoon Park <jh9216.park@samsung.com>
Thu, 13 Dec 2018 06:29:59 +0000 (15:29 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Thu, 13 Dec 2018 06:29:59 +0000 (15:29 +0900)
Change-Id: I07c7eeaa26d14e5e1882e540689a06ef1236406a
Signed-off-by: Junghoon Park <jh9216.park@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 5b73a70..48e853e 100755 (executable)
@@ -31,8 +31,8 @@ install()
 
                        INSTALL_DIR=${SRCDIR}/package/${package_name}.package.${platform}
 
-                       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.0/common/tidl
-                       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.0/common/tidl/
+                       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl
+                       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl/
 
                fi
        done
index 59413cf..ffd756c 100755 (executable)
@@ -19,8 +19,8 @@ install()
 {
        echo "=========================================INSTALL============================================"
        INSTALL_DIR=${SRCDIR}/package/tidlc.package.macos-64
-       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.0/common/tidl
-       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.0/common/tidl/
+       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl
+       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl/
 }
 
 [ "$1" = "clean" ] && clean
index ec128f3..37efe5e 100644 (file)
@@ -20,9 +20,9 @@ install()
         echo "=========================================INSTALL============================================"
         INSTALL_DIR=${SRCDIR}/package/tidlc.package.${TARGET_OS}
 
-        mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.0/common/tidl
-        #cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.0/common/tidl/
-        cp ${SRCDIR}/release/${TARGET_OS}/tidlc.exe ${INSTALL_DIR}/data/platforms/tizen-5.0/common/tidl/
+        mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl
+        #cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl/
+        cp ${SRCDIR}/release/${TARGET_OS}/tidlc.exe ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl/
 }
 
 [ "$1" = "clean" ] && clean
index edb9409..51a0b80 100644 (file)
@@ -2,27 +2,27 @@ Version:1.3.2
 Source:tidlc
 Maintainer:JungHoon Park <jh9216.park@samsung.com>, Hwankyu Jhun <h.jhun@samsung.com>, Inkyun Kil <inkyun.kil@samsung.com>
 
-Package:tidlc
+Package:5.5-tidlc
 OS:ubuntu-32
 Build-host-os:ubuntu-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:tidlc
+Package:5.5-tidlc
 OS:windows-32
 Build-host-os:windows-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:tidlc
+Package:5.5-tidlc
 OS:ubuntu-64
 Build-host-os:ubuntu-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:tidlc
+Package:5.5-tidlc
 OS:windows-64
 Build-host-os:windows-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:tidlc
+Package:5.5-tidlc
 OS:macos-64
 Build-host-os:macos-64
 Description:Compiler for making stub or proxy code block from TIDL file
index 01fc374..e7138fe 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-5.0/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-5.5/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index e21c951..2d40e8a 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-5.0/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-5.5/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index 735ef47..5645059 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-5.0\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-5.5\common\tidl
 
 echo adding tidl path...
 setx -m PATH "%path%;%TIDL_PATH%"
index 4c0a8c5..99cb85e 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-5.0\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-5.5\common\tidl
 del %TIDL_PATH%\tidlc.exe
 
 echo removing tidl path...