Use python-accel to accelerate package build 49/265949/1
authorjungwoo0.lee <jungwoo0.lee@samsung.com>
Tue, 2 Nov 2021 07:37:09 +0000 (03:37 -0400)
committerjungwoo0.lee <jungwoo0.lee@samsung.com>
Tue, 2 Nov 2021 08:25:32 +0000 (04:25 -0400)
Change-Id: If3afa8624e89482cb4f5d7a7b05ae1639992f529

packaging/iotivity.spec

index 6e92627c651c1e0e37ab9ca341cee51aa8cd513b..9ccce639ac536149c4dac2184dbc2b7d9ae40eef 100644 (file)
@@ -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"