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 5b73a70cf51df9bc918025ad6618ffdad1ca4016..48e853e0bdf463810e41f5384f896605361ca31c 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 59413cf14a365423cd4d6bfe1da1774f32e14d25..ffd756cbd6480cf801599330bd36f128399572cc 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 ec128f3be4161d137052253c0eb6a5a501cf4f64..37efe5e31bfe831c42c541ca9a56851b0173e22b 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 edb94090b4e8a09435ae266eef6802b6370049a5..51a0b804f60c306655e910c202ae1e1c38a5c873 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 01fc3748bfaca6d61c63c1d7f1e8dbd9ea4f6ad9..e7138fe320eff863bf0caf0e04af486912975da6 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 e21c951678055d4e4feb96e31ce8530d19e3b2ac..2d40e8aff5c771192fa2161fec5b995c65c7f165 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 735ef47bb14d3ba82b94f5b5079f42d3b3d39d64..56450593e60f772456c7aa41078b68d7c07cc34f 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 4c0a8c5f0b55d6bd91244df880b96ae6f81a69e7..99cb85eb8ed8e28a2191409794c9c14b7a0ca10f 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...