| Submitter | Cristian Iorga |
|---|---|
| Date | July 4, 2012, 11:34 a.m. |
| Message ID | <1341401643-4395-3-git-send-email-cristian.iorga@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/31175/ |
| State | New |
| Headers | show |
Comments
Am 04.07.2012 13:34, schrieb Cristian Iorga: > Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> > --- > .../{bluez4-4.99 => bluez4-4.101}/bluetooth.conf | 0 > .../{bluez4-4.99 => bluez4-4.101}/sbc_mmx.patch | 0 > .../bluez/{bluez4_4.99.bb => bluez4_4.101.bb} | 9 ++++----- > 3 files changed, 4 insertions(+), 5 deletions(-) > rename meta/recipes-connectivity/bluez/{bluez4-4.99 => bluez4-4.101}/bluetooth.conf (100%) > rename meta/recipes-connectivity/bluez/{bluez4-4.99 => bluez4-4.101}/sbc_mmx.patch (100%) > rename meta/recipes-connectivity/bluez/{bluez4_4.99.bb => bluez4_4.101.bb} (83%) > > diff --git a/meta/recipes-connectivity/bluez/bluez4-4.99/bluetooth.conf b/meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf > similarity index 100% > rename from meta/recipes-connectivity/bluez/bluez4-4.99/bluetooth.conf > rename to meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf > diff --git a/meta/recipes-connectivity/bluez/bluez4-4.99/sbc_mmx.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch > similarity index 100% > rename from meta/recipes-connectivity/bluez/bluez4-4.99/sbc_mmx.patch > rename to meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch > diff --git a/meta/recipes-connectivity/bluez/bluez4_4.99.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb > similarity index 83% > rename from meta/recipes-connectivity/bluez/bluez4_4.99.bb > rename to meta/recipes-connectivity/bluez/bluez4_4.101.bb > index 32831e7..a2ba66f 100644 > --- a/meta/recipes-connectivity/bluez/bluez4_4.99.bb > +++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb > @@ -1,13 +1,12 @@ > require bluez4.inc > > -PR = "r2" > +PR = "r0" > > SRC_URI += "file://bluetooth.conf \ > - file://sbc_mmx.patch \ > - " > + file://sbc_mmx.patch" > > -SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912" > -SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c" > +SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" > +SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487" > > do_install_append() { > install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ This patch breaks bluetooth on new images without systemd, as bluez switch from udev rules to systemd service to start the bluetooth daemon.
Patch
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.99/bluetooth.conf b/meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf similarity index 100% rename from meta/recipes-connectivity/bluez/bluez4-4.99/bluetooth.conf rename to meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf diff --git a/meta/recipes-connectivity/bluez/bluez4-4.99/sbc_mmx.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch similarity index 100% rename from meta/recipes-connectivity/bluez/bluez4-4.99/sbc_mmx.patch rename to meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch diff --git a/meta/recipes-connectivity/bluez/bluez4_4.99.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb similarity index 83% rename from meta/recipes-connectivity/bluez/bluez4_4.99.bb rename to meta/recipes-connectivity/bluez/bluez4_4.101.bb index 32831e7..a2ba66f 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.99.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb @@ -1,13 +1,12 @@ require bluez4.inc -PR = "r2" +PR = "r0" SRC_URI += "file://bluetooth.conf \ - file://sbc_mmx.patch \ - " + file://sbc_mmx.patch" -SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912" -SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c" +SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" +SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487" do_install_append() { install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- .../{bluez4-4.99 => bluez4-4.101}/bluetooth.conf | 0 .../{bluez4-4.99 => bluez4-4.101}/sbc_mmx.patch | 0 .../bluez/{bluez4_4.99.bb => bluez4_4.101.bb} | 9 ++++----- 3 files changed, 4 insertions(+), 5 deletions(-) rename meta/recipes-connectivity/bluez/{bluez4-4.99 => bluez4-4.101}/bluetooth.conf (100%) rename meta/recipes-connectivity/bluez/{bluez4-4.99 => bluez4-4.101}/sbc_mmx.patch (100%) rename meta/recipes-connectivity/bluez/{bluez4_4.99.bb => bluez4_4.101.bb} (83%)