diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-06-18 20:30:15 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-06-18 20:30:15 +0900 |
commit | 2e58fb84870f633eb97a69228a9305d6cc2f0cd3 (patch) | |
tree | c2035f9467937bee09f8a578cfc149336933e80d | |
parent | ea3a29b926ffb4fc47d156935301b2999fb3951d (diff) | |
download | device-emulator-2e58fb84870f633eb97a69228a9305d6cc2f0cd3.tar.gz device-emulator-2e58fb84870f633eb97a69228a9305d6cc2f0cd3.tar.bz2 device-emulator-2e58fb84870f633eb97a69228a9305d6cc2f0cd3.zip |
packaging: Add support of armv7l arch type buildaccepted/tizen/unified/dev/20240701.073017accepted/tizen/unified/20240620.050720accepted/tizen/unified/20240619.151917
Change-Id: I1b657590bc7d4cc870b6c7d265ebabd5021e2629
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/hal-backend-device-emulator.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/hal-backend-device-emulator.spec b/packaging/hal-backend-device-emulator.spec index 40a6676..1587989 100644 --- a/packaging/hal-backend-device-emulator.spec +++ b/packaging/hal-backend-device-emulator.spec @@ -6,7 +6,7 @@ Group: SDK/Other License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest -ExclusiveArch: %{ix86} x86_64 aarch64 +ExclusiveArch: %{ix86} x86_64 aarch64 %{arm} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake |