From: Sangki Park Date: Tue, 9 Jan 2018 02:35:35 +0000 (+0900) Subject: Fix build error for profile_wearable X-Git-Tag: accepted/tizen/4.0/unified/20190103.235212~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F166239%2F2;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git Fix build error for profile_wearable Change-Id: I122662f2b30d40ff6efff5cc407e8c6e4c7171b9 --- diff --git a/packaging/bluetooth-agent.spec b/packaging/bluetooth-agent.spec index 6bb61c1..27d2edb 100644 --- a/packaging/bluetooth-agent.spec +++ b/packaging/bluetooth-agent.spec @@ -100,6 +100,7 @@ export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" #export CFLAGS="$CFLAGS -DTIZEN_FEATURE_BT_MEDIA_ENHANCE" #export CFLAGS="$CFLAGS -DTIZEN_SUPPORT_DUAL_HF" +export CFLAGS="$CFLAGS -DTIZEN_FEATURE_BT_SCO_WIDEBAND" %ifarch aarch64 echo arch64 @@ -176,6 +177,7 @@ ln -sf %{_libdir}/systemd/system/bluetooth-hid-agent.service %{_sysconfdir}/syst %{_datadir}/dbus-1/system-services/org.bluez.hf_agent.service %{_datadir}/dbus-1/system-services/org.bluez.ag_agent.service %{_datadir}/dbus-1/system-services/org.bluez.hid_agent.service +%attr(0666,-,-) /var/lib/bluetooth/voice-recognition-blacklist %{_sysconfdir}/dbus-1/system.d/bluetooth-ag-agent.conf %{_sysconfdir}/dbus-1/system.d/bluetooth-hf-agent.conf %{_libdir}/systemd/system/bluetooth-hf-agent.service @@ -193,7 +195,7 @@ ln -sf %{_libdir}/systemd/system/bluetooth-hid-agent.service %{_sysconfdir}/syst %exclude %{_libdir}/systemd/system/bluetooth-pbap-agent.service # This usage of profile macro does NOT conflict 4.0 configurability. -%if "%{?profile}" != "wearable" && "%{?profile}" != "ivi" +%if "%{?profile}" != "ivi" # Original: common, mobile, tv. Added: "undefined" %files profile_common %license LICENSE