From 11897a9300d7b667f2b62d99fac5a86131698ded Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Wed, 14 Mar 2012 15:18:50 +0800 Subject: bluez4: upgrade to 4.99 (From OE-Core rev: fac7863c0f00b442283689e27fae153ccf5428b0) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez4_4.98.bb | 35 -------------------------- 1 file changed, 35 deletions(-) delete mode 100644 meta/recipes-connectivity/bluez/bluez4_4.98.bb (limited to 'meta/recipes-connectivity/bluez/bluez4_4.98.bb') diff --git a/meta/recipes-connectivity/bluez/bluez4_4.98.bb b/meta/recipes-connectivity/bluez/bluez4_4.98.bb deleted file mode 100644 index 5df32412ca..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4_4.98.bb +++ /dev/null @@ -1,35 +0,0 @@ -require bluez4.inc - -PR = "r2" - -SRC_URI += "file://bluetooth.conf \ - file://sbc_mmx.patch \ - " - -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 ${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