packaging: build only for emulator supported target 61/27161/3
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 5 Sep 2014 09:55:44 +0000 (11:55 +0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 5 Sep 2014 17:05:33 +0000 (19:05 +0200)
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 <philippe.coval@open.eurogiciel.org>
packaging/kernel-emulator.spec

index d311b47..7ed43f8 100644 (file)
@@ -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