From: HyunJin Park Date: Mon, 3 Aug 2015 11:52:02 +0000 (+0900) Subject: Revert "Enabling push feature on mobile and wearable profile" X-Git-Tag: submit/tizen/20150803.120551^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b366b8fd49a20b2aa46f68b12de99649b60a3e0b;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git Revert "Enabling push feature on mobile and wearable profile" This reverts commit 861b17528d6acdd1bc1682b2988f3512df195a28. push module has build error on 64bit binary. Change-Id: I0a39720b7c09f7ef5cee6b8dfec4597f49b612ff --- diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 0a74c33d..e4f0d500 100755 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -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