From: Seung-Woo Kim Date: Mon, 14 Nov 2016 08:40:17 +0000 (+0900) Subject: packaging: remove profile and target macro usage X-Git-Tag: submit/tizen/20161205.013353~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0eb24ab198cedbd3be44319b3844f605ebc0d200;p=platform%2Fkernel%2Fu-boot.git 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 --- 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