From: Jaehoon Chung Date: Thu, 30 May 2024 02:11:58 +0000 (+0900) Subject: packaging: Add "ExcludeArch riscv64" not to build for riscv X-Git-Tag: accepted/tizen/unified/20240719.080553~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e26717b4422dcdf37cce4eab512b7c378bbc0065;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git packaging: Add "ExcludeArch riscv64" not to build for riscv Add "ExcludeArch riscv64" not to build for riscv. hal-rootstrap doesn't support riscv64 yet. Change-Id: Ic8f00eaaae9c7a7251df79b1f01820c17893e183 Signed-off-by: Jaehoon Chung --- diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index 595d536..7415536 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -10,6 +10,7 @@ Release: 1 License: Apache-2.0 Source0: %{name}-%{version}.tar.gz AutoReqProv: no +ExcludeArch: riscv64 BuildRequires: cmake BuildRequires: xmlstarlet