From: Wootak Jung Date: Fri, 14 Oct 2022 01:53:52 +0000 (+0900) Subject: Fix asan build error X-Git-Tag: accepted/tizen/unified/20221103.165725^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=750025a3ed17f7699bf971b01dbe00b6e59d5a00;hp=044c884e633f23dd09da4f2ab32175d72d93011e;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git Fix asan build error Change-Id: I9f85ccf2b1afb06634f91f0a30676b0b9328dcf4 Signed-off-by: Wootak Jung --- diff --git a/packaging/bluetooth-agent.spec b/packaging/bluetooth-agent.spec index 70bc363..242016e 100644 --- a/packaging/bluetooth-agent.spec +++ b/packaging/bluetooth-agent.spec @@ -172,6 +172,7 @@ install -D -m 0644 packaging/bluetooth-pbap-agent.service %{buildroot}%{_unitdir install -D -m 0644 packaging/bluetooth-ag-agent.service %{buildroot}%{_unitdir}/bluetooth-ag-agent.service install -D -m 0644 packaging/bluetooth-hf-agent.service %{buildroot}%{_unitdir}/bluetooth-hf-agent.service install -D -m 0644 packaging/bluetooth-hid-agent.service %{buildroot}%{_unitdir}/bluetooth-hid-agent.service +ln -s ../bluetooth-hf-agent.service %{buildroot}%{_unitdir}/multi-user.target.wants/bluetooth-hf-agent.service %if 0%{?gcov:1} mkdir -p %{buildroot}%{_datadir}/gcov/obj/%{name} @@ -185,9 +186,6 @@ pushd unittest popd %endif -install -D -m 0644 packaging/bluetooth-hf-agent.service %{buildroot}%{_unitdir}/bluetooth-hf-agent.service -ln -s ../bluetooth-hf-agent.service %{buildroot}%{_unitdir}/multi-user.target.wants/bluetooth-hf-agent.service - %files %manifest %{name}.manifest %license LICENSE