Message ID | 20240116-autofoo-v1-0-626f6b54bd06@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Autotools papercuts, linker GC, symlink dbus-org.bluez.obex.service | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 16 Jan 2024 13:51:54 +0000 you wrote: > Hello everyone, > > While looking at our bluez package for the SteamDeck a handful of > paper cuts stood out. Here we tackle the build related ones - a couple > more series will be incoming shortly. > > In a gist we have the following: > - remove manual tracking of .services.in, DEPENDENCIES > - remove unused variables > - polish PKG_CHECK_MODULES handling > - enable linker garbage collection > - create a symlink to dbus-org.bluez.obex.service > > [...] Here is the summary with links: - [BlueZ,01/10] build: remove unused AM_CONDITIONAL https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=6d6294036c39 - [BlueZ,02/10] build: tweak PKG_CHECK_MODULES calls https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c07fb1fcddad - [BlueZ,03/10] build: require libudev 196, circa 2012 https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=3f490a69cb55 - [BlueZ,04/10] build: remove dummy {conf,state}{dir,_DATA} (no matching commit) - [BlueZ,05/10] build: remove unused variable builtin_nodist (no matching commit) - [BlueZ,06/10] build: remove .service files from DEPENDENCIES lists (no matching commit) - [BlueZ,07/10] build: remove explicit DEPENDENCIES handling (no matching commit) - [BlueZ,08/10] build: manage .service.in files via configure.ac (no matching commit) - [BlueZ,09/10] build: enable gc/dead code removal (no matching commit) - [BlueZ,10/10] build: install dbus-org.bluez.obex.service symlink (no matching commit) You are awesome, thank you!