summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez4_4.99.bb
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2012-07-04 14:34:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-05 14:21:57 +0100
commitd27b8dd3be1c66cafe71bd84d897937450928776 (patch)
treed2425948f5603b3cc6b51c90a33f700bfbda9852 /meta/recipes-connectivity/bluez/bluez4_4.99.bb
parent11a3e6123ed1c44e5de81d3aa93737505e25626c (diff)
downloadpoky-d27b8dd3be1c66cafe71bd84d897937450928776.tar.gz
bluez4: update to ver. 4.101
(From OE-Core rev: 1b2f6a21dde6045c4604ca5463e6c4db3499ee06) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4_4.99.bb')
-rw-r--r--meta/recipes-connectivity/bluez/bluez4_4.99.bb36
1 files changed, 0 insertions, 36 deletions
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 @@
1require bluez4.inc
2
3PR = "r2"
4
5SRC_URI += "file://bluetooth.conf \
6 file://sbc_mmx.patch \
7 "
8
9SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912"
10SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c"
11
12do_install_append() {
13 install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
14 install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
15 install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
16 # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT
17 install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
18}
19
20RDEPENDS_${PN}-dev = "bluez-hcidump"
21
22ALLOW_EMPTY_libasound-module-bluez = "1"
23PACKAGES =+ "libasound-module-bluez"
24
25FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa"
26FILES_${PN} += "${libdir}/bluetooth/plugins ${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${systemd_unitdir}/"
27FILES_${PN}-dev += "\
28 ${libdir}/bluetooth/plugins/*.la \
29 ${libdir}/alsa-lib/*.la \
30"
31
32FILES_${PN}-dbg += "\
33 ${libdir}/bluetooth/plugins/.debug \
34 ${libdir}/*/.debug \
35 ${base_libdir}/udev/.debug \
36 "