projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b656820
)
Do Not Use Repository in Build Script
37/117737/1
author
MyungJoo Ham
<myungjoo.ham@samsung.com>
Wed, 11 Jan 2017 03:19:00 +0000
(12:19 +0900)
committer
Lukasz 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
patch
|
blob
|
history
diff --git
a/packaging/webapi-plugins.spec
b/packaging/webapi-plugins.spec
index
5e390fc
..
ff6f07e
100644
(file)
--- 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"
+%if
arch aarch64
# 64bit
%define tizen_is_arm64 1
%else