From 5eedc26d66f98759431c63196a95f768e53f5fba Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Mon, 14 Nov 2016 17:40:17 +0900 Subject: [PATCH] packaging: remove profile and target macro usage 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 --- packaging/u-boot-xu3.spec | 4 ---- packaging/u-boot.spec | 4 ---- 2 files changed, 8 deletions(-) diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec index 83a673d4b2..1eafa034f6 100644 --- a/packaging/u-boot-xu3.spec +++ b/packaging/u-boot-xu3.spec @@ -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 diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec index 6f939b85dc..86b9029a2b 100644 --- a/packaging/u-boot.spec +++ b/packaging/u-boot.spec @@ -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 -- 2.34.1