From c1e14085c10d43da7b0c703777ed815edb043295 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Wed, 20 Jun 2018 16:42:16 +0900 Subject: [PATCH] Install bluetooth-stack-down-with-radio.service in the mobile profile Change-Id: Id4904c596341b02fc252bce170c8c6fc24278686 Signed-off-by: DoHyun Pyun --- packaging/bluetooth-tools.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packaging/bluetooth-tools.spec b/packaging/bluetooth-tools.spec index 64c35ea..02c99f7 100644 --- a/packaging/bluetooth-tools.spec +++ b/packaging/bluetooth-tools.spec @@ -103,6 +103,9 @@ install -D -m 0644 packaging/bluez-start.path %{buildroot}%{_libdir}/systemd/sys install -D -m 0644 packaging/bluetooth-stack-down.service %{buildroot}%{_libdir}/systemd/system/bluetooth-stack-down.service install -D -m 0644 packaging/bluetooth-stack-down.path %{buildroot}%{_libdir}/systemd/system/bluetooth-stack-down.path +install -D -m 0644 packaging/bluetooth-stack-down-with-radio.service %{buildroot}%{_libdir}/systemd/system/bluetooth-stack-down-with-radio.service +install -D -m 0644 packaging/bluetooth-stack-down-with-radio.path %{buildroot}%{_libdir}/systemd/system/bluetooth-stack-down-with-radio.path + install -D -m 0644 packaging/bluetooth-force-hci-logger.service %{buildroot}%{_libdir}/systemd/system/bluetooth-force-hci-logger.service install -D -m 0644 packaging/bluetooth-hci-dump@.service %{buildroot}%{_libdir}/systemd/system/bluetooth-hci-dump@.service @@ -179,6 +182,9 @@ ln -sf mobile/bt-stack-up.sh bt-stack-up.sh ln -sf mobile/bt-stack-down.sh bt-stack-down.sh ln -sf mobile/bt-stack-down-with-radio.sh bt-stack-down-with-radio.sh ln -sf mobile/bt-reset-env.sh bt-reset-env.sh +ln -sf %{_libdir}/systemd/system/bluetooth-stack-down-with-radio.service %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/ +ln -sf %{_libdir}/systemd/system/bluetooth-stack-down-with-radio.path %{_libdir}/systemd/system/multi-user.target.wants/bluetooth-stack-down-with-radio.path +ln -sf %{_libdir}/systemd/system/bluetooth-stack-down-with-radio.path %{_sysconfdir}/systemd/default-extra-dependencies/ignore-units.d/ popd %preun profile_mobile pushd %{_prefix}/etc/bluetooth/ @@ -193,6 +199,8 @@ popd %attr(0755,-,-) %{_prefix}/etc/bluetooth/mobile/bt-stack-down.sh %attr(0755,-,-) %{_prefix}/etc/bluetooth/mobile/bt-reset-env.sh %attr(0755,-,-) %{_prefix}/etc/bluetooth/mobile/bt-stack-down-with-radio.sh +%{_libdir}/systemd/system/bluetooth-stack-down-with-radio.service +%{_libdir}/systemd/system/bluetooth-stack-down-with-radio.path %post profile_ivi pushd %{_prefix}/etc/bluetooth/ -- 2.7.4