blob: 58b27251438c90bf3b91f12f5c2e88548cb74535 (
plain)
1
2
3
4
5
6
7
8
9
|
include bluez-utils.inc
PR = "r2"
DEPENDS += "dbus"
SRC_URI += "file://dbus.patch;patch=1 \
file://smash.patch;patch=1 \
file://hcid-alignment-fix.patch;patch=1"
EXTRA_OECONF += "--with-dbus"
|