summaryrefslogtreecommitdiff
path: root/packaging/connman.spec
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2016-06-07 22:33:40 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2016-06-10 03:18:19 -0700
commit28801fe078345fde58f934bbfee79b5fb6f0d9bb (patch)
treec40ae40352643ac8ebcb1446b884197d4334d238 /packaging/connman.spec
parent5b43a352de45aef79f48bd9baa555e6ec194fe78 (diff)
downloadconnman-28801fe078345fde58f934bbfee79b5fb6f0d9bb.tar.gz
connman-28801fe078345fde58f934bbfee79b5fb6f0d9bb.tar.bz2
connman-28801fe078345fde58f934bbfee79b5fb6f0d9bb.zip
[SPIN] Enable the ntp by connman if device does not use the cellular.
desc : enable the ntp if the device is not using the cellualr(telephony). This ntp is controlled by net-config. After getting the timeinfo, connman call the alarm-manager's dbus method. Change-Id: I83272206654b6b64c968d5dbb69354e19e971f34 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'packaging/connman.spec')
-rwxr-xr-xpackaging/connman.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 2ad02f67..93642e8d 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -100,6 +100,10 @@ CFLAGS+=" -DTIZEN_TV_EXT"
%if %{with connman_vpnd}
VPN_CFLAGS+=" -DTIZEN_EXT -lsmack -Werror"
+
+%if 0%{?sec_product_feature_telephony_disable} == 1
+ CFLAGS+=" -DTIZEN_CONNMAN_NTP"
+%endif
%endif
chmod +x bootstrap