blob: f6923f2f2ed2278d0508fe1700e62ff1a16d8187 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include bluez-utils.inc
PR = "r8"
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"
|