From 28801fe078345fde58f934bbfee79b5fb6f0d9bb Mon Sep 17 00:00:00 2001 From: Niraj Kumar Goit Date: Tue, 7 Jun 2016 22:33:40 +0530 Subject: [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 --- packaging/connman.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packaging') 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 -- cgit v1.2.3