From 128cc768e132919a72d9f75a44951879d7533bc5 Mon Sep 17 00:00:00 2001 From: Joonsub Lee Date: Tue, 22 Mar 2016 14:00:07 +0900 Subject: [PATCH] Set build exclude in Wearable profile Change-Id: I42480b42fd78ab0a28225458ebe67bd1ea3794b6 Signed-off-by: Joonsub Lee --- packaging/gst-omx.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packaging/gst-omx.spec b/packaging/gst-omx.spec index 3f0b79e..a23cf5c 100755 --- a/packaging/gst-omx.spec +++ b/packaging/gst-omx.spec @@ -3,7 +3,6 @@ Summary: GStreamer plug-in that allows communication with OpenMAX IL comp Version: 1.2.0 Release: 1 License: LGPL-2.1+ -ExclusiveArch: %arm Group: Multimedia/Framework Source0: %{name}-%{version}.tar.gz Source100: common.tar.bz2 @@ -15,8 +14,8 @@ BuildRequires: pkgconfig(libtbm) BuildRequires: pkgconfig(mm-common) BuildRequires: model-build-features -%if "%{model_build_feature_formfactor}" == "circle" -ExcludeArch: %{arm} +%if "%profile" == "wearable" +ExclusiveArch: %endif %description -- 2.7.4