From e96ec29709716ee6a01f61848d9ff2a825fcbb52 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sun, 22 Jan 2012 15:08:09 +0800 Subject: bluez4: upgrade to 4.98 (From OE-Core rev: 8d3188a4a69214f23d8b7f8d972bdd35f574196b) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- .../bluez/bluez4-4.96/bluetooth.conf | 16 ----------- .../bluez/bluez4-4.98/bluetooth.conf | 16 +++++++++++ meta/recipes-connectivity/bluez/bluez4_4.96.bb | 33 ---------------------- meta/recipes-connectivity/bluez/bluez4_4.98.bb | 33 ++++++++++++++++++++++ 4 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 meta/recipes-connectivity/bluez/bluez4-4.96/bluetooth.conf create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf delete mode 100644 meta/recipes-connectivity/bluez/bluez4_4.96.bb create mode 100644 meta/recipes-connectivity/bluez/bluez4_4.98.bb (limited to 'meta/recipes-connectivity/bluez') diff --git a/meta/recipes-connectivity/bluez/bluez4-4.96/bluetooth.conf b/meta/recipes-connectivity/bluez/bluez4-4.96/bluetooth.conf deleted file mode 100644 index ca5e9e4f2f..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.96/bluetooth.conf +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - diff --git a/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf b/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf new file mode 100644 index 0000000000..ca5e9e4f2f --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bb b/meta/recipes-connectivity/bluez/bluez4_4.96.bb deleted file mode 100644 index 88ec7a4452..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb +++ /dev/null @@ -1,33 +0,0 @@ -require bluez4.inc - -PR = "r4" - -SRC_URI += "file://bluetooth.conf" - -SRC_URI[md5sum] = "296111afac49e3f9035085ac14daf518" -SRC_URI[sha256sum] = "c06fd50fd77909cad55e3181a42c6bce7cfcf7abb8cd87871c13d0d70f87fa99" - -do_install_append() { - install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ - install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/ - install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ - # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT - install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/ -} - -RDEPENDS_${PN}-dev = "bluez-hcidump" - -PACKAGES =+ "libasound-module-bluez" - -FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" -FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${base_libdir}/systemd/" -FILES_${PN}-dev += "\ - ${libdir}/bluetooth/plugins/*.la \ - ${libdir}/alsa-lib/*.la \ -" - -FILES_${PN}-dbg += "\ - ${libdir}/bluetooth/plugins/.debug \ - ${libdir}/*/.debug \ - ${base_libdir}/udev/.debug \ - " diff --git a/meta/recipes-connectivity/bluez/bluez4_4.98.bb b/meta/recipes-connectivity/bluez/bluez4_4.98.bb new file mode 100644 index 0000000000..62de1feb48 --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez4_4.98.bb @@ -0,0 +1,33 @@ +require bluez4.inc + +PR = "r0" + +SRC_URI += "file://bluetooth.conf" + +SRC_URI[md5sum] = "362864b716950baa04797de735fc237b" +SRC_URI[sha256sum] = "9a5b655bada7c7a1921cb3bac83b8a32bbe49893e4c7a1377cdc1b0d35f7d233" + +do_install_append() { + install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ + install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/ + install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ + # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT + install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/ +} + +RDEPENDS_${PN}-dev = "bluez-hcidump" + +PACKAGES =+ "libasound-module-bluez" + +FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" +FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${base_libdir}/systemd/" +FILES_${PN}-dev += "\ + ${libdir}/bluetooth/plugins/*.la \ + ${libdir}/alsa-lib/*.la \ +" + +FILES_${PN}-dbg += "\ + ${libdir}/bluetooth/plugins/.debug \ + ${libdir}/*/.debug \ + ${base_libdir}/udev/.debug \ + " -- cgit v1.2.3-54-g00ecf