From 750025a3ed17f7699bf971b01dbe00b6e59d5a00 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Fri, 14 Oct 2022 10:53:52 +0900 Subject: [PATCH] Fix asan build error Change-Id: I9f85ccf2b1afb06634f91f0a30676b0b9328dcf4 Signed-off-by: Wootak Jung --- packaging/bluetooth-agent.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.7.4