From: Philippe Coval Date: Fri, 5 Sep 2014 09:55:44 +0000 (+0200) Subject: packaging: build only for emulator supported target X-Git-Tag: submit/tizen_common/20141006.122133~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77bee4b278542eae94a97a4f92274af6f8a92b0c;p=sdk%2Femulator%2Femulator-kernel.git packaging: build only for emulator supported target At the moment only ia32 emulator is supported. It may be expanded to other targets later if supported Change-Id: If75035c02606b5ea1cf71eeea1c3c8de7084cb90 Bug-Tizen: TC-5/part Signed-off-by: Philippe Coval --- diff --git a/packaging/kernel-emulator.spec b/packaging/kernel-emulator.spec index d311b47de63c..7ed43f885647 100644 --- a/packaging/kernel-emulator.spec +++ b/packaging/kernel-emulator.spec @@ -5,12 +5,11 @@ %define upstream_version 3.12.18 -#%if !0%{?_with_emulator} -#ExclusiveArch: -#%else +%if !0%{?_with_emulator} +ExclusiveArch: +%else %define platform emulator -ExclusiveArch: %{arch_32bits} -#%endif +%endif %if !%{defined platform} %define platform default