From 77bee4b278542eae94a97a4f92274af6f8a92b0c Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 5 Sep 2014 11:55:44 +0200 Subject: [PATCH] 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 --- packaging/kernel-emulator.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.34.1