summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2016-06-14 23:05:55 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2016-06-14 07:30:29 -0700
commit46c06a384067f29cdd9f1550278cda29798db7b2 (patch)
tree561fef52be499c003ff906a7bf00e7e340b85288 /packaging
parent41eeeef790db4c1c266548ce49558061143aac10 (diff)
downloadconnman-46c06a384067f29cdd9f1550278cda29798db7b2.tar.gz
connman-46c06a384067f29cdd9f1550278cda29798db7b2.tar.bz2
connman-46c06a384067f29cdd9f1550278cda29798db7b2.zip
[SPIN] change the ntp update logic
desc : add the resolved server list into time_server list. It is only using the first item of timeserver. Not use gateway for ntp server if enabled WLAN_ALWAYS_POWERED. Change-Id: I2f55ade5b7208a7f893516b817d4ff6bffa62a04 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/connman.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 23b8d52c..a988b8c9 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -109,6 +109,10 @@ VPN_CFLAGS+=" -DTIZEN_EXT -lsmack -Werror"
%if 0%{?sec_product_feature_profile_wearable}
CFLAGS+=" -DTIZEN_WEARABLE"
%endif
+
+%if 0%{?sec_product_feature_wlan_always_powered}
+ CFLAGS+=" -DTIZEN_ALWAYS_POWERED"
+%endif
%endif
chmod +x bootstrap