From 181619eedc6272f8743fe025756c3b685929935b Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Fri, 11 Aug 2017 12:02:16 +0900 Subject: [PATCH] Don't install obex.service file in the target image obexd process is launching as dbus auto-activation. So don't need to install the systemd's service file. Change-Id: I36059dad412eda7fb97635dee54cf827de59a8c5 Signed-off-by: DoHyun Pyun --- packaging/bluez.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/bluez.spec b/packaging/bluez.spec index 508931a..478cb9f 100755 --- a/packaging/bluez.spec +++ b/packaging/bluez.spec @@ -434,7 +434,7 @@ popd %manifest %{name}.manifest %defattr(-,root,root,-) %{_libexecdir}/bluetooth/obexd -%{_libpath}/systemd/system/obex.service +%exclude %{_libpath}/systemd/system/obex.service %{_datadir}/dbus-1/system-services/org.bluez.obex.service #%{_sysconfdir}/obex/root-setup.d/000_create-symlinks #%{_bindir}/obex-root-setup -- 2.7.4