Fix x86_64-type of emulator issue 94/105194/1 accepted/tizen/3.0/common/20161216.124042 accepted/tizen/3.0/ivi/20161216.084757 accepted/tizen/3.0/mobile/20161216.084740 accepted/tizen/3.0/tv/20161216.084744 accepted/tizen/3.0/wearable/20161216.084747 accepted/tizen/ivi/20161216.082903 accepted/tizen/mobile/20161216.082808 accepted/tizen/tv/20161216.082824 accepted/tizen/wearable/20161216.082843 submit/tizen/20161216.030332 submit/tizen_3.0/20161216.025116
authormin7.choi <min7.choi@samsung.com>
Fri, 16 Dec 2016 02:42:30 +0000 (11:42 +0900)
committermin7.choi <min7.choi@samsung.com>
Fri, 16 Dec 2016 02:42:30 +0000 (11:42 +0900)
Change-Id: I2aeb138a7643444e250d41408942949cc48f579b
Signed-off-by: min7.choi <min7.choi@samsung.com>
.gbs.conf
packaging/download-provider.spec

index d81596e..a6181a8 100755 (executable)
--- a/.gbs.conf
+++ b/.gbs.conf
@@ -230,6 +230,25 @@ url = http://165.213.149.200/download/public_mirror/tizen/3.0-mobile/latest/repo
 
 ###############################################
 #
+# Tizen v3.0 for mobile (emulator64-wayland)
+#
+[profile.tzmo_v3.0_emulator64-wayland]
+obs = obs.tizen_v3.0
+repos = repo.public_3.0_base_emulator64, repo.tzmo_v3.0_emul64-wayland
+buildroot = ~/GBS-ROOT-3.0-MOBILE-EMUL-WAYLAND64
+user = blinkbot
+passwdx = QlpoOTFBWSZTWd0JOhUAAACBAABgIAAhAIIjF3JFOFCQ3Qk6FQ==
+
+[repo.public_3.0_base_emulator64]
+#url = http://download.tizen.org/snapshots/tizen/base/latest/repos/emulator32/packages/
+url = http://165.213.149.200/download/public_mirror/tizen/base/latest/repos/emulator64/packages/
+
+[repo.tzmo_v3.0_emul64-wayland]
+url = http://165.213.149.200/download/public_mirror/tizen/3.0-mobile/latest/repos/emulator64-wayland/packages/
+
+
+###############################################
+#
 # Tizen v3.0 for mobile (emulator-wayland)
 #
 [profile.tzmo_v3.0_emulator-wayland]
index 2e1cdf6..9bbe499 100755 (executable)
@@ -1,7 +1,7 @@
 %define _ux_define tizen2.3
 Name:       download-provider
 Summary:    Download the contents in background
-Version:    2.1.68
+Version:    2.1.69
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -103,7 +103,7 @@ Description: Download the contents in background (development files)
                -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \\\
                -DBIN_INSTALL_DIR:PATH=%{_bindir} \\\
                -DLIB_INSTALL_DIR:PATH=%{_libdir} \\\
-               %ifarch aarch64 \
+               %ifarch aarch64 x86_64 \
                -DLIB_AGENT_PATH="/usr/lib64/libdownloadagent2.so" \\\
                %else \
                -DLIB_AGENT_PATH="/usr/lib/libdownloadagent2.so" \\\