Merge "Use python-accel to accelerate package build" into tizen
authorPyun DoHyun <dh79.pyun@samsung.com>
Wed, 22 Feb 2023 23:42:47 +0000 (23:42 +0000)
committerGerrit Code Review <gerrit@review>
Wed, 22 Feb 2023 23:42:47 +0000 (23:42 +0000)
1  2 
packaging/iotivity.spec

@@@ -43,12 -43,16 +43,19 @@@ Source1002: %{name}-test.manifes
  %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 riscv64
 +%define TARGET_ARCH "riscv64"
 +%endif
  %ifarch x86_64
  %define TARGET_ARCH "x86_64"
  %endif