Message ID | 20240307120033.1327905-1-joakim.tjernlund@infinera.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] obexd: Install D-BUS service for non systemd | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
Please disregard On Thu, 2024-03-07 at 13:00 +0100, Joakim Tjernlund wrote: > non systemd(like OpenRC) machines need D-BUS activation for obexd as > they lack --user service. > > Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com> > --- > > v2: Only include org.bluez.service file > > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index ed4f9dc51..e780fcbb1 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -48,10 +48,10 @@ endif > if SYSTEMD > systemdsystemunitdir = $(SYSTEMD_SYSTEMUNITDIR) > systemdsystemunit_DATA = src/bluetooth.service > +endif > > dbussystembusdir = $(DBUS_SYSTEMBUSDIR) > dbussystembus_DATA = src/org.bluez.service > -endif > > EXTRA_DIST += src/org.bluez.service >
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=833367 ---Test result--- Test Summary: CheckPatch PASS 0.25 seconds GitLint PASS 0.21 seconds BuildEll PASS 24.09 seconds BluezMake PASS 721.56 seconds MakeCheck PASS 11.52 seconds MakeDistcheck PASS 166.08 seconds CheckValgrind PASS 230.03 seconds CheckSmatch PASS 336.05 seconds bluezmakeextell PASS 108.78 seconds IncrementalBuild PASS 669.70 seconds ScanBuild PASS 981.60 seconds --- Regards, Linux Bluetooth
diff --git a/Makefile.am b/Makefile.am index ed4f9dc51..e780fcbb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,10 +48,10 @@ endif if SYSTEMD systemdsystemunitdir = $(SYSTEMD_SYSTEMUNITDIR) systemdsystemunit_DATA = src/bluetooth.service +endif dbussystembusdir = $(DBUS_SYSTEMBUSDIR) dbussystembus_DATA = src/org.bluez.service -endif EXTRA_DIST += src/org.bluez.service
non systemd(like OpenRC) machines need D-BUS activation for obexd as they lack --user service. Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com> --- v2: Only include org.bluez.service file Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)