mbox series

[BlueZ,v2,0/6] Autotools papercuts, linker GC, symlink dbus-org.bluez.obex.service

Message ID 20240124-autofoo-v2-0-a210f20aa2f7@gmail.com
Headers show
Series Autotools papercuts, linker GC, symlink dbus-org.bluez.obex.service | expand

Message

Emil Velikov via B4 Relay Jan. 24, 2024, 4:20 p.m. UTC
Hello everyone,

Here is v2 of the autotoo papercuts.

Changes in this revision:
 - dropped already merged patches - thanks o/
 - drop "build: remove dummy {conf,state}{dir,_DATA}" patch

The latter patch was causing some unexpected and unrelated issues with
the CI. At a glance I couldn't quite track down why, it removes some
dead code and reproducing the CI is a time sink ... So I caved in :-P

Link to the original v1 cover letter and patches can be found below.

Thanks
Emil

- Link to v1: https://lore.kernel.org/r/20240116-autofoo-v1-0-626f6b54bd06@gmail.com

---
Emil Velikov (6):
      build: remove unused variable builtin_nodist
      build: remove .service files from DEPENDENCIES lists
      build: remove explicit DEPENDENCIES handling
      build: manage .service.in files via configure.ac
      build: enable gc/dead code removal
      build: install dbus-org.bluez.obex.service symlink

 Makefile.am                       | 25 +++----------------------
 Makefile.mesh                     |  7 +------
 Makefile.obexd                    | 10 ++++++++--
 Makefile.tools                    |  6 ------
 acinclude.m4                      |  2 ++
 configure.ac                      | 11 ++++++++++-
 mesh/bluetooth-mesh.service.in    |  2 +-
 obexd/src/obex.service.in         |  2 +-
 src/bluetooth.service.in          |  2 +-
 tools/bluetooth-logger.service.in |  2 +-
 10 files changed, 28 insertions(+), 41 deletions(-)
---
base-commit: a9d1f6f6a625607de6c3f5b7a40a3aac5f36c02b
change-id: 20240116-autofoo-db2fe2c70951

Best regards,

Comments

patchwork-bot+bluetooth@kernel.org Jan. 25, 2024, 7:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed, 24 Jan 2024 16:20:05 +0000 you wrote:
> Hello everyone,
> 
> Here is v2 of the autotoo papercuts.
> 
> Changes in this revision:
>  - dropped already merged patches - thanks o/
>  - drop "build: remove dummy {conf,state}{dir,_DATA}" patch
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/6] build: remove unused variable builtin_nodist
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=215e6c7083da
  - [BlueZ,v2,2/6] build: remove .service files from DEPENDENCIES lists
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=14c7f21292b1
  - [BlueZ,v2,3/6] build: remove explicit DEPENDENCIES handling
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=808d008aace3
  - [BlueZ,v2,4/6] build: manage .service.in files via configure.ac
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=116524c01de4
  - [BlueZ,v2,5/6] build: enable gc/dead code removal
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=10d6d908b5fe
  - [BlueZ,v2,6/6] build: install dbus-org.bluez.obex.service symlink
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=1cd6c874c271

You are awesome, thank you!