From d1d0542b5704016a617eab7f6f15d9e9838ea9a7 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Wed, 20 Sep 2023 18:01:42 +0900 Subject: [PATCH] packaging: Add support of aarch64 architecture type build Change-Id: I83c79e17f3d8d6bffc58897698cd351cd45c0f01 Signed-off-by: Chanwoo Choi --- packaging/hal-backend-device-emulator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/hal-backend-device-emulator.spec b/packaging/hal-backend-device-emulator.spec index fd302c6..40a6676 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 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake -- 2.34.1