[Title] Support 64bit build
authorTaeyoung Son <taeyoung2.son@samsung.com>
Wed, 25 Jul 2012 08:24:14 +0000 (17:24 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Wed, 25 Jul 2012 08:24:14 +0000 (17:24 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ib353363763d293f03f3ea32c466bb0275a293cb0

org.tizen.base.platform/TizenIDE_base_linux.product [moved from org.tizen.base.platform/TizenIDE_base_windows-32.product with 100% similarity]
org.tizen.base.platform/TizenIDE_base_macos.product [moved from org.tizen.base.platform/TizenIDE_base_ubuntu-32.product with 100% similarity]
org.tizen.base.platform/TizenIDE_base_windows.product [moved from org.tizen.base.platform/TizenIDE_base_macos-64.product with 100% similarity]
package/build.linux
package/pkginfo.manifest

index 0388a44..e23516f 100644 (file)
@@ -16,26 +16,31 @@ __set_parameter()
             archive_platform_name=linux
             windowing=gtk
             architecture=x86
+            os=linux
             ;;
         windows-32)
             archive_platform_name=win32
             windowing=win32
             architecture=x86
+            os=windows
             ;;
         ubuntu-64)
             archive_platform_name=linux
             windowing=gtk
             architecture=x86_64
+            os=linux
             ;;
         windows-64)
             archive_platform_name=win32
             windowing=win32
             architecture=x86_64
+            os=windows
             ;;
         macos-64)
             archive_platform_name=macosx
             windowing=cocoa
             architecture=x86_64
+            os=macos
             ;;
         *)
             echo "${platform} is not support yet."
@@ -50,7 +55,7 @@ __set_build_parameter()
     manifest_version=`grep Version: ${SRCDIR}/package/pkginfo.manifest | cut -f2 -d":" | head -n 1`
     product_version=develop@2012-07-24_10-19-58
     branding_path="org.tizen.base.platform"
-    branding_file="TizenIDE_base_${platform}.product"
+    branding_file="TizenIDE_base_${os}.product"
     
     case ${platform} in
         ubuntu-32|ubuntu-64)
index f7ab658..207db59 100644 (file)
@@ -18,6 +18,24 @@ Description:Make base IDE. This also includes patched eclipse plugins.
 
 Package:base-ide-product
 Version:1.0.14
+OS:ubuntu-64
+Build-host-os:ubuntu-32
+Build-dependency:indigo-pde [ubuntu-64]
+Source:product
+Maintainer:kangho kim <kh5325.kim@samsung.com>, yoonki park <yoonki.park@samsung.com>, hyunsik non <hyunsik.noh@samsung.com>, taeyoung son <taeyoung2.son@samsung.com>, gune Kim <gune.kim@samsung.com>, ho namkoong <ho.namkoong@samsung.com>, hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song<jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, Woongsik Choi <woongsik76.choi@samsung.com>, Hyukmin Kwon <hyukmin0530.kwon@samsung.com>, Wooyoung Cho <wooyoung1.cho@samsung.com>, Jaeheung Kim <jaeheung.kim@samsung.com>
+Description:Make base IDE. This also includes patched eclipse plugins.
+
+Package:base-ide-product
+Version:1.0.14
+OS:windows-64
+Build-host-os:ubuntu-32
+Build-dependency:indigo-winpde [windows-64]
+Source:product
+Maintainer:kangho kim <kh5325.kim@samsung.com>, yoonki park <yoonki.park@samsung.com>, hyunsik non <hyunsik.noh@samsung.com>, taeyoung son <taeyoung2.son@samsung.com>, gune Kim <gune.kim@samsung.com>, ho namkoong <ho.namkoong@samsung.com>, hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song<jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, Woongsik Choi <woongsik76.choi@samsung.com>, Hyukmin Kwon <hyukmin0530.kwon@samsung.com>, Wooyoung Cho <wooyoung1.cho@samsung.com>, Jaeheung Kim <jaeheung.kim@samsung.com>
+Description:Make base IDE. This also includes patched eclipse plugins.
+
+Package:base-ide-product
+Version:1.0.14
 OS:macos-64
 Build-host-os:ubuntu-32
 Build-dependency:indigo-macpde [macos-64]