summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"