Merge "Remove unused openssl-devel dependency" into tizen
authorPyun DoHyun <dh79.pyun@samsung.com>
Thu, 4 Jul 2019 23:19:49 +0000 (23:19 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 4 Jul 2019 23:19:49 +0000 (23:19 +0000)
1  2 
packaging/iotivity.spec

diff --combined packaging/iotivity.spec
@@@ -88,12 -88,11 +88,11 @@@ Source1002: %{name}-test.manifes
  %{!?BLE_DIVISION: %define BLE_DIVISION VD}
  %{!?DISABLE_BLE_SERVER: %define DISABLE_BLE_SERVER 0}
  %{!?MULTIPLE_OWNER: %define MULTIPLE_OWNER 1}
 -%{!?BLE_TIZEN_40: %define BLE_TIZEN_40 True}
 +%{!?BLE_TIZEN_30: %define BLE_TIZEN_30 True}
  
  BuildRequires:  expat-devel
  BuildRequires:  python, libcurl-devel
  BuildRequires:  scons
- BuildRequires:  openssl-devel
  BuildRequires:  boost-devel
  BuildRequires:  boost-thread
  BuildRequires:  boost-system
@@@ -184,7 -183,7 +183,7 @@@ scons %{JOB} --prefix=%{_prefix} 
      RD_MODE=%{RD_MODE} \
      BLE_CUSTOM_ADV=%{BLE_CUSTOM_ADV} \
      BLE_DIVISION=%{BLE_DIVISION} \
 -    BLE_TIZEN_40=%{BLE_TIZEN_40} \
 +    BLE_TIZEN_30=%{BLE_TIZEN_30} \
      DISABLE_BLE_SERVER=%{DISABLE_BLE_SERVER} \
      MULTIPLE_OWNER=%{MULTIPLE_OWNER} \
      LOG_LEVEL=%{log_level} \