packaging: remove profile and target macro usage 73/97473/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 14 Nov 2016 08:40:17 +0000 (17:40 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 14 Nov 2016 09:47:43 +0000 (18:47 +0900)
For OBS build, build environment will be unfified, so profile macro
or target macro are not valid anymore, so this patch removes the
macros.

Change-Id: If1555b3b7582372e5ca9070825a5f537d34d89c2
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/u-boot-xu3.spec
packaging/u-boot.spec

index 83a673d..1eafa03 100644 (file)
@@ -13,10 +13,6 @@ BuildRequires: gcc >= 4.8
 BuildRequires: flex
 BuildRequires: bison
 
-%if "%{?tizen_target_name}" == "TM1" || "%{?profile}" == "wearable"
-ExcludeArch: %{arm}
-%endif
-
 %description
 u-boot - Tizen bootloader for Embedded boards based on ARM processor
 
index 6f939b8..86b9029 100644 (file)
@@ -13,10 +13,6 @@ BuildRequires: gcc >= 4.8
 BuildRequires: flex
 BuildRequires: bison
 
-%if "%{?tizen_target_name}" == "TM1" || "%{?profile}" == "wearable"
-ExcludeArch: %{arm} aarch64
-%endif
-
 %description
 u-boot - Tizen bootloader for Embedded boards based on ARM processor