Page MenuHomeFreeBSD

libbluetooth: Move to the bluetooth-lib package
ClosedPublic

Authored by ivy on Oct 10 2025, 3:24 AM.
Tags
None
Referenced Files
F162631728: D53016.diff
Wed, Jul 15, 6:48 AM
F162631727: D53016.diff
Wed, Jul 15, 6:48 AM
Unknown Object (File)
Mon, Jul 6, 6:24 AM
Unknown Object (File)
Sun, Jul 5, 8:35 PM
Unknown Object (File)
Sun, Jul 5, 4:05 PM
Unknown Object (File)
Thu, Jun 25, 11:08 AM
Unknown Object (File)
Jun 12 2026, 5:35 AM
Unknown Object (File)
May 30 2026, 7:28 AM
Subscribers

Details

Summary

Move the library, but not any of the runtime. This allows executables
to link against libbluetooth without having to pull in the entire BT
stack.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivy requested review of this revision.Oct 10 2025, 3:24 AM
dch added a subscriber: dch.

✅ tested against oci container no-toolchain set

This revision is now accepted and ready to land.Oct 10 2025, 11:18 AM
emaste added a subscriber: emaste.
emaste added inline comments.
lib/libbluetooth/Makefile
4

Aside, I wonder if we ought to generally use LIB_PACKAGE= true or similar to help make it self-documenting.

This revision was automatically updated to reflect the committed changes.