diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-06-18 20:06:21 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-06-18 20:06:21 +0900 |
commit | a798512024ca65d84bf8fcc0dd97ca5439ae7369 (patch) | |
tree | b90cc1ddc4618c193cbf9a35d3edf622ef412a56 | |
parent | ee97ec6cec34022bd5fa366de8e1ca596241d4ab (diff) | |
download | device-emulator-accepted/tizen_8.0_unified.tar.gz device-emulator-accepted/tizen_8.0_unified.tar.bz2 device-emulator-accepted/tizen_8.0_unified.zip |
packaging: Add support of armv7l and aarch64 arch type buildaccepted/tizen/8.0/unified/20240619.075744tizen_8.0accepted/tizen_8.0_unified
Change-Id: I9a11d79b81eef1cf8d99bd949cd92c6f4b9a8542
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 fd302c6..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 +ExclusiveArch: %{ix86} x86_64 aarch64 %{arm} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake |