Add armv7hl python-accel dependency to spec
authorJaehun Jeong <jh4u.jeong@samsung.com>
Mon, 24 Jul 2017 05:44:12 +0000 (14:44 +0900)
committerJaehun Jeong <jh4u.jeong@samsung.com>
Mon, 24 Jul 2017 05:44:12 +0000 (14:44 +0900)
Signed-off-by: Jaehun Jeong <jh4u.jeong@samsung.com>
packaging/iotivity.spec

index e6fb6d5275bb9901e95ca6d6c0869b7081576174..4d1efb21f1a98b28ad95856d27e85138e575cf2a 100644 (file)
@@ -27,10 +27,14 @@ Source1002: %{name}-test.manifest
 %define build_mode debug
 %endif
 
-%ifarch armv7l armv7hl armv7nhl armv7tnhl armv7thl
+%ifarch armv7l armv7nhl armv7tnhl armv7thl
 BuildRequires: python-accel-armv7l-cross-arm
 %define TARGET_ARCH "armeabi-v7a"
 %endif
+%ifarch armv7hl
+BuildRequires: python-accel-armv7hl-cross-arm
+%define TARGET_ARCH "armeabi-v7a"
+%endif
 %ifarch aarch64
 BuildRequires: python-accel-aarch64-cross-aarch64
 %define TARGET_ARCH "arm64"