Do Not Use Repository in Build Script 37/117737/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 11 Jan 2017 03:19:00 +0000 (12:19 +0900)
committerLukasz Bardeli <l.bardeli@samsung.com>
Tue, 7 Mar 2017 08:36:07 +0000 (09:36 +0100)
- This is for Tizen 4.0 Only

- We are going to unify the repositories. Do NOT use repository macro.
(Using repository to identify arch is not recommended and will be banned.)

Change-Id: I6554cc4612df4f9c3f987dbe98f30f31844fb61e
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/webapi-plugins.spec

index 5e390fc..ff6f07e 100644 (file)
@@ -24,7 +24,7 @@ Source0:    %{name}-%{version}.tar.gz
 %define tizen_is_emulator           1
 %endif
 
-%if "%{_repository}" == "arm64-wayland"
+%ifarch aarch64
 # 64bit
 %define tizen_is_arm64           1
 %else