Page MenuHomeFreeBSD

libbluetooth: Move to the bluetooth-lib package
AcceptedPublic

Authored by ivy on Fri, Oct 10, 3:24 AM.
Tags
None
Referenced Files
F131775199: D53016.id.diff
Sat, Oct 11, 1:50 AM
F131775148: D53016.id.diff
Sat, Oct 11, 1:49 AM
Unknown Object (File)
Fri, Oct 10, 11:10 AM
Unknown Object (File)
Fri, Oct 10, 6:20 AM
Unknown Object (File)
Fri, Oct 10, 6:17 AM
Unknown Object (File)
Fri, Oct 10, 4:59 AM
Subscribers

Details

Reviewers
dch
emaste
Group Reviewers
pkgbase
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 67687
Build 64570: arc lint + arc unit

Event Timeline

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

✅ tested against oci container no-toolchain set

This revision is now accepted and ready to land.Fri, Oct 10, 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.