summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjungwoo0.lee <jungwoo0.lee@samsung.com>2021-11-02 03:37:09 -0400
committerjungwoo0.lee <jungwoo0.lee@samsung.com>2021-11-02 04:25:32 -0400
commitf02fd54201fba58b88a73ad8f4676383f861bb04 (patch)
tree1ba9c211f9f06bb860fbcf9c3fce4d6d2461081b
parentf55c442dcbbeefed28d5d74bb8e9017f31ece1e6 (diff)
downloadiotivity-f02fd54201fba58b88a73ad8f4676383f861bb04.tar.gz
iotivity-f02fd54201fba58b88a73ad8f4676383f861bb04.tar.bz2
iotivity-f02fd54201fba58b88a73ad8f4676383f861bb04.zip
Use python-accel to accelerate package build
Change-Id: If3afa8624e89482cb4f5d7a7b05ae1639992f529
-rw-r--r--packaging/iotivity.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec
index 6e92627c6..9ccce639a 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"