[NMT] Fix build error 19/264519/1 accepted/tizen/unified/20210924.132700 submit/tizen/20210924.010522
authorjaekuk, lee <juku1999@samsung.com>
Fri, 24 Sep 2021 00:16:25 +0000 (09:16 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Fri, 24 Sep 2021 00:16:36 +0000 (09:16 +0900)
NMT shared libraries only support armv7l architecture.

Change-Id: I0881d2aba6fc109210a3866a40167af4d7f0333b
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
packaging/wrtjs.spec

index 9f2d0bf2b7051c73e734b8e1b6d6ee714bc1a0f6..e8bf5c43bf9bded53529c503e3b1f1af6f1a406d 100755 (executable)
@@ -22,7 +22,9 @@ Source:     %{name}-%{version}.tar.gz
 # The nmt is public feature
 # The category is public feature
 %if "%{?profile}" != "tv" && "%{?profile}" != "wearable" && "%{?_with_da_profile}" != "1"
+%ifarch armv7l
   %define _use_nmt 1
+%endif
   %define _use_category 1
 %endif