mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
0c87811b71
* Fix issue with handling notification of scanned BISes to BASS * Fix issue with handling checking BIS caps against peer caps. * Fix issue with handling MGMT Set Device Flags overwrites. * Fix issue with handling ASE notification order. * Fix issue with handling BIG Info report events. * Fix issue with handling PACS Server role. * Fix issue with registering UHID_START multiple times. * Fix issue with pairing method not setting auto-connect. (From OE-Core rev: 77aa3ecaf6ad7fe777a10655542349a1489b7ad3) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
70 lines
1.7 KiB
BlitzBasic
70 lines
1.7 KiB
BlitzBasic
require bluez5.inc
|
|
|
|
SRC_URI[sha256sum] = "830fed1915c5d375b8de0f5e6f45fcdea0dcc5ff5ffb3d31db6ed0f00d73c5e3"
|
|
|
|
CVE_STATUS[CVE-2020-24490] = "cpe-incorrect: This issue has kernel fixes rather than bluez fixes"
|
|
|
|
# noinst programs in Makefile.tools that are conditional on READLINE
|
|
# support
|
|
NOINST_TOOLS_READLINE ?= " \
|
|
${@bb.utils.contains('PACKAGECONFIG', 'deprecated', 'attrib/gatttool', '', d)} \
|
|
tools/obex-client-tool \
|
|
tools/obex-server-tool \
|
|
tools/bluetooth-player \
|
|
tools/obexctl \
|
|
tools/btmgmt \
|
|
"
|
|
|
|
# noinst programs in Makefile.tools that are conditional on TESTING
|
|
# support
|
|
NOINST_TOOLS_TESTING ?= " \
|
|
emulator/btvirt \
|
|
emulator/b1ee \
|
|
emulator/hfp \
|
|
peripheral/btsensor \
|
|
tools/3dsp \
|
|
tools/mgmt-tester \
|
|
tools/gap-tester \
|
|
tools/l2cap-tester \
|
|
tools/sco-tester \
|
|
tools/smp-tester \
|
|
tools/hci-tester \
|
|
tools/rfcomm-tester \
|
|
tools/bnep-tester \
|
|
tools/userchan-tester \
|
|
"
|
|
|
|
# noinst programs in Makefile.tools that are conditional on TOOLS
|
|
# support
|
|
NOINST_TOOLS_BT ?= " \
|
|
tools/bdaddr \
|
|
tools/avinfo \
|
|
tools/avtest \
|
|
tools/scotest \
|
|
tools/amptest \
|
|
tools/hwdb \
|
|
tools/hcieventmask \
|
|
tools/hcisecfilter \
|
|
tools/btinfo \
|
|
tools/btsnoop \
|
|
tools/btproxy \
|
|
tools/btiotest \
|
|
tools/bneptest \
|
|
tools/mcaptest \
|
|
tools/cltest \
|
|
tools/oobtest \
|
|
tools/advtest \
|
|
tools/seq2bseq \
|
|
tools/nokfw \
|
|
tools/create-image \
|
|
tools/eddystone \
|
|
tools/ibeacon \
|
|
tools/btgatt-client \
|
|
tools/btgatt-server \
|
|
tools/test-runner \
|
|
tools/check-selftest \
|
|
tools/gatt-service \
|
|
profiles/iap/iapd \
|
|
${@bb.utils.contains('PACKAGECONFIG', 'btpclient', 'tools/btpclient', '', d)} \
|
|
"
|