From d27b8dd3be1c66cafe71bd84d897937450928776 Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Wed, 4 Jul 2012 14:34:00 +0300 Subject: bluez4: update to ver. 4.101 (From OE-Core rev: 1b2f6a21dde6045c4604ca5463e6c4db3499ee06) Signed-off-by: Cristian Iorga Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez4_4.99.bb | 36 -------------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta/recipes-connectivity/bluez/bluez4_4.99.bb (limited to 'meta/recipes-connectivity/bluez/bluez4_4.99.bb') diff --git a/meta/recipes-connectivity/bluez/bluez4_4.99.bb b/meta/recipes-connectivity/bluez/bluez4_4.99.bb deleted file mode 100644 index 32831e7ff6..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4_4.99.bb +++ /dev/null @@ -1,36 +0,0 @@ -require bluez4.inc - -PR = "r2" - -SRC_URI += "file://bluetooth.conf \ - file://sbc_mmx.patch \ - " - -SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912" -SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c" - -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" - -ALLOW_EMPTY_libasound-module-bluez = "1" -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/ ${systemd_unitdir}/" -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