Revert "Enabling push feature on mobile and wearable profile"
authorHyunJin Park <hj.na.park@samsung.com>
Mon, 3 Aug 2015 11:52:02 +0000 (20:52 +0900)
committerHyunJin Park <hj.na.park@samsung.com>
Mon, 3 Aug 2015 11:52:02 +0000 (20:52 +0900)
This reverts commit 861b17528d6acdd1bc1682b2988f3512df195a28.

push module has build error on 64bit binary.

Change-Id: I0a39720b7c09f7ef5cee6b8dfec4597f49b612ff

packaging/webapi-plugins.spec

index 0a74c33dc9d030b7b1eff89403b093201bae1c3c..e4f0d500d5c0e2dc6824e142b23949e4eacf87df 100755 (executable)
@@ -83,7 +83,7 @@ Source0:    %{name}-%{version}.tar.gz
 %define tizen_feature_notification_support            1
 %define tizen_feature_package_support                 1
 %define tizen_feature_power_support                   1
-%define tizen_feature_push_support                    1
+%define tizen_feature_push_support                    0
 %ifarch %{arm}
 # ARM
 %define tizen_feature_se_support                      1
@@ -189,7 +189,7 @@ Source0:    %{name}-%{version}.tar.gz
 %define tizen_feature_notification_support            1
 %define tizen_feature_package_support                 1
 %define tizen_feature_power_support                   1
-%define tizen_feature_push_support                    1
+%define tizen_feature_push_support                    0
 %if 0%{?model_build_feature_smartcard }
 %define tizen_feature_se_support                      1
 %else