From 18259fedbc6754a81301704ad5f2f8cd8a13d915 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Tue, 18 Jun 2024 20:03:20 +0900 Subject: [PATCH] packaging: Add support of armv7l arch type build Change-Id: Ifbf7bf9fb2d3a152290a9dd6493e6adbe55c8970 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 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 -- 2.34.1