diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-01-11 12:19:00 +0900 |
---|---|---|
committer | Lukasz Bardeli <l.bardeli@samsung.com> | 2017-03-07 09:36:07 +0100 |
commit | ff99605189a42402f56ec460c85211472a0fa2ad (patch) | |
tree | 996c50349df5be7071701e5dbf7dbf95a7fec9fd | |
parent | b656820198dce606677e946149d041835d67d707 (diff) | |
download | webapi-plugins-ff99605189a42402f56ec460c85211472a0fa2ad.tar.gz webapi-plugins-ff99605189a42402f56ec460c85211472a0fa2ad.tar.bz2 webapi-plugins-ff99605189a42402f56ec460c85211472a0fa2ad.zip |
Do Not Use Repository in Build Script
- 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>
-rw-r--r-- | packaging/webapi-plugins.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 5e390fc3..ff6f07ea 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -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 |