2024-01-16 19:12:47

by fdanis-oss

[permalink] [raw]
Subject: [bluez/bluez] 6d6294: build: remove unused AM_CONDITIONAL

Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 6d6294036c398d2c0e7aef7e86b9f012e1ea4555
https://github.com/bluez/bluez/commit/6d6294036c398d2c0e7aef7e86b9f012e1ea4555
Author: Emil Velikov <[email protected]>
Date: 2024-01-16 (Tue, 16 Jan 2024)

Changed paths:
M configure.ac

Log Message:
-----------
build: remove unused AM_CONDITIONAL


Commit: c07fb1fcddadeb51c36b6adfbcb8cf0122766348
https://github.com/bluez/bluez/commit/c07fb1fcddadeb51c36b6adfbcb8cf0122766348
Author: Emil Velikov <[email protected]>
Date: 2024-01-16 (Tue, 16 Jan 2024)

Changed paths:
M configure.ac

Log Message:
-----------
build: tweak PKG_CHECK_MODULES calls

There's no need to call AC_SUBST after a PKG_CHECK_MODULES call, since
the variables are always set. As an example: the produced Makefile.in
and Makefile are identical before/after this change.

Similarly, we don't need the "dummy=yes" and manual AC_MSG_ERROR() call
- pkg-config (or pkgconf) will produce the same and in some cases better
error messages.


Commit: 3f490a69cb55a4bcea1f4cb51a053d7f9f8237e5
https://github.com/bluez/bluez/commit/3f490a69cb55a4bcea1f4cb51a053d7f9f8237e5
Author: Emil Velikov <[email protected]>
Date: 2024-01-16 (Tue, 16 Jan 2024)

Changed paths:
M configure.ac
M monitor/hwdb.c
M src/oui.c

Log Message:
-----------
build: require libudev 196, circa 2012

libudev 196 (systemd really) was released back in 2012, which introduces
the hwdb API. Bump the requirement, since even long retired
distributions like Debian oldold stable (aka Buster) include newer
versions.


Compare: https://github.com/bluez/bluez/compare/2a3e935f3f65...3f490a69cb55