From f02fd54201fba58b88a73ad8f4676383f861bb04 Mon Sep 17 00:00:00 2001 From: "jungwoo0.lee" Date: Tue, 2 Nov 2021 03:37:09 -0400 Subject: [PATCH] Use python-accel to accelerate package build Change-Id: If3afa8624e89482cb4f5d7a7b05ae1639992f529 --- packaging/iotivity.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index 6e92627..9ccce63 100644 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -43,8 +43,15 @@ Source1002: %{name}-test.manifest %ifarch armv7l armv7hl armv7nhl armv7tnhl armv7thl %define TARGET_ARCH "armeabi-v7a" %endif +%ifarch armv7l +BuildRequires: python-accel-armv7l-cross-arm +%endif +%ifarch armv7hl +BuildRequires: python-accel-armv7hl-cross-arm +%endif %ifarch aarch64 %define TARGET_ARCH "arm64" +BuildRequires: python-accel-aarch64-cross-aarch64 %endif %ifarch x86_64 %define TARGET_ARCH "x86_64" -- 2.7.4