Disable the AUTO_ACCEPT in mobile profile 60/50560/1 accepted/tizen/mobile/20151031.105708 accepted/tizen/tv/20151031.110335 accepted/tizen/wearable/20151031.110607 submit/tizen_mobile/20151030.015014 submit/tizen_tv/20151030.015019 submit/tizen_wearable/20151030.015022
authorHyuk Lee <hyuk0512.lee@samsung.com>
Fri, 30 Oct 2015 01:47:35 +0000 (10:47 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Fri, 30 Oct 2015 01:47:35 +0000 (10:47 +0900)
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
Change-Id: Iaa600ca2debafc85b2b94f2eff1a2a1675a6ca9c

packaging/bluetooth-frwk.spec

index d245346..4fbb8ea 100644 (file)
@@ -115,7 +115,7 @@ export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
 %define _servicedir starter.target.wants
 
 %if "%{?profile}" == "mobile"
-export CFLAGS="$CFLAGS -DTIZEN_NETWORK_TETHERING_ENABLE -DTIZEN_BT_FLIGHTMODE_ENABLED -DTIZEN_MOBILE -DTIZEN_TELEPHONY_ENABLED -DAUTO_ACCEPT"
+export CFLAGS="$CFLAGS -DTIZEN_NETWORK_TETHERING_ENABLE -DTIZEN_BT_FLIGHTMODE_ENABLED -DTIZEN_MOBILE -DTIZEN_TELEPHONY_ENABLED"
 %define _servicefile packaging/bluetooth-frwk-mobile.service
 %define _servicedir multi-user.target.wants
 %endif