diff options
Diffstat (limited to 'recipes-connectivity/bluez/bluez5_%.bbappend')
-rw-r--r-- | recipes-connectivity/bluez/bluez5_%.bbappend | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes-connectivity/bluez/bluez5_%.bbappend b/recipes-connectivity/bluez/bluez5_%.bbappend index 191ff00..530bd3e 100644 --- a/recipes-connectivity/bluez/bluez5_%.bbappend +++ b/recipes-connectivity/bluez/bluez5_%.bbappend @@ -1,10 +1,10 @@ -# Might want to skip to m6 next time, because pand -# is now at m5. -PR = "m1" +# m3/m4 is at hash 1d6cfb8e625a944010956714c1802bc1e1fc6c4f +PR = "m4" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -EXTRA_OECONF += "--enable-deprecated --enable-experimental" +# enable-debug appears to be critical to prevent hangs. +EXTRA_OECONF += "--enable-deprecated --enable-experimental --enable-debug" RDEPENDS_${PN}-pand += "bash python3-dbus python3-logging python3-syslog" RDEPENDS_${PN}-rfcomm += "bash python3-pygobject python3-syslog python3-logging python3-dbus python3-pybluez python3-mmap" @@ -22,6 +22,10 @@ SRC_URI += "\ file://rfcomm/default \ file://BT-Name \ " + +# This patch is found in master. If the source does not have it, we must +# include it. +# file://bluez-device-Fix-not-removing-connected-device.patch PACKAGES =+ "${PN}-mlinit ${PN}-bt-name libasound-module-bluez ${PN}-pand ${PN}-rfcomm" DBTEXEC = "${D}${libexecdir}/bluetooth/" |