diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2017-11-07 12:11:28 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2017-11-07 12:11:28 +0900 |
commit | 44b34b20c907b022a21895dee839808b2bfda011 (patch) | |
tree | ca4ea3ed7e79caa2462e930c21e1c49719bec258 | |
parent | dc8de776c0731c556f44d40cdbf2989f52924bd6 (diff) | |
download | timer-sandbox/dkson95/hardfp.tar.gz timer-sandbox/dkson95/hardfp.tar.bz2 timer-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.w-timer.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/org.tizen.w-timer.spec b/packaging/org.tizen.w-timer.spec index 02ceab0..7bbd6c6 100644 --- a/packaging/org.tizen.w-timer.spec +++ b/packaging/org.tizen.w-timer.spec @@ -8,7 +8,7 @@ Group: N/A 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 |