Add 64 bit config 78/108678/1 submit/tizen/20170105.104542
authorDongchul Lim <dc7.lim@samsung.com>
Thu, 5 Jan 2017 10:42:19 +0000 (19:42 +0900)
committerDongchul Lim <dc7.lim@samsung.com>
Thu, 5 Jan 2017 10:42:56 +0000 (19:42 +0900)
Change-Id: I3f384e6b7164a879c59dd8b618b96d28c8ca3a50

packaging/model-config-emulator.spec

index ad5dad6899c7b477df9548f6a978ab26b0a3f29d..27db5c4448c80870f1645ff451fe9c117705eb35 100644 (file)
@@ -27,8 +27,12 @@ mkdir -p %{buildroot}%{_sysconfdir}/config
 %endif
 
 %if "%{?profile}" == "tv"
+%ifarch x86_64
+%define config_xml model-config_tv64.xml
+%else
 %define config_xml model-config_tv.xml
 %endif
+%endif
 
 %if "%{?profile}" == "mobile"
 %ifarch x86_64