diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2017-11-07 12:14:30 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2017-11-07 12:14:30 +0900 |
commit | 6473d11d73c6c2ced476c73d62ea422479735e8b (patch) | |
tree | e520a07cdd716ae4fa6b541bdc5a430daa653011 | |
parent | 7f3e56851ee4841e1a5c430ea8ae85971a3b9863 (diff) | |
download | indicator-win-sandbox/dkson95/hardfp.tar.gz indicator-win-sandbox/dkson95/hardfp.tar.bz2 indicator-win-sandbox/dkson95/hardfp.zip |
packaging: add armv7hl architecture supportsandbox/dkson95/hardfp
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r-- | packaging/org.tizen.windicator.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/org.tizen.windicator.spec b/packaging/org.tizen.windicator.spec index d1e94e9..1d21ac0 100644 --- a/packaging/org.tizen.windicator.spec +++ b/packaging/org.tizen.windicator.spec @@ -8,7 +8,7 @@ Group: Applications/System License: N/A Source0: %{name}-%{version}.tar.gz -ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm +ExclusiveArch: i586 x86 i486 i686 i386 %arm BuildRequires: pkgconfig(libtzplatform-config) @@ -19,7 +19,7 @@ Requires(post): /usr/bin/tpk-backend %define build_mode %{nil} -%ifarch arm armv7l +%ifarch %arm %define target arm %endif %ifarch aarch64 |