Comments
Patch
@@ -1,6 +1,6 @@
require bluez4.inc
-PR = "r5"
+PR = "r6"
SRC_URI += "file://bluetooth.conf \
file://sbc_mmx.patch \
@@ -11,6 +11,8 @@ SRC_URI += "file://bluetooth.conf \
SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad"
SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487"
+RCONFLICTS_${PN} = "bluez5"
+
do_install_append() {
install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- meta/recipes-connectivity/bluez/bluez4_4.101.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)