require bluez5.inc SRC_URI[md5sum] = "94972b8bc7ade60c72b0ffa6ccff2c0a" SRC_URI[sha256sum] = "8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88" # These issues have kernel fixes rather than bluez fixes so exclude here CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490" # Commit 7a80d2096f1b7125085e21448112aa02f49f5e9a, e2b0f0d8d63e1223bb714a9efb37e2257818268b # and 0388794dc5fdb73a4ea88bcf148de0a12b4364d4 to fix CVE-2022-39177 # already backport in CVE-2022-39176.patch # https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1977968 CVE_CHECK_WHITELIST += "CVE-2022-39177" # 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)} \ "