diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 15:18:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 13:03:42 +0000 |
commit | 11897a9300d7b667f2b62d99fac5a86131698ded (patch) | |
tree | f19c5f9f5c5d31a7824c6c8f31a695e9cf9b8c64 /meta/recipes-connectivity/bluez/bluez4_4.98.bb | |
parent | 987d53f5be2b0af3a4cc4c318b7b8570c6ec885d (diff) | |
download | poky-11897a9300d7b667f2b62d99fac5a86131698ded.tar.gz |
bluez4: upgrade to 4.99
(From OE-Core rev: fac7863c0f00b442283689e27fae153ccf5428b0)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4_4.98.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.98.bb | 35 |
1 files changed, 0 insertions, 35 deletions
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 @@ | |||
1 | require bluez4.inc | ||
2 | |||
3 | PR = "r2" | ||
4 | |||
5 | SRC_URI += "file://bluetooth.conf \ | ||
6 | file://sbc_mmx.patch \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "362864b716950baa04797de735fc237b" | ||
10 | SRC_URI[sha256sum] = "9a5b655bada7c7a1921cb3bac83b8a32bbe49893e4c7a1377cdc1b0d35f7d233" | ||
11 | |||
12 | do_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 | |||
20 | RDEPENDS_${PN}-dev = "bluez-hcidump" | ||
21 | |||
22 | PACKAGES =+ "libasound-module-bluez" | ||
23 | |||
24 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" | ||
25 | FILES_${PN} += "${libdir}/bluetooth/plugins ${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${base_libdir}/systemd/" | ||
26 | FILES_${PN}-dev += "\ | ||
27 | ${libdir}/bluetooth/plugins/*.la \ | ||
28 | ${libdir}/alsa-lib/*.la \ | ||
29 | " | ||
30 | |||
31 | FILES_${PN}-dbg += "\ | ||
32 | ${libdir}/bluetooth/plugins/.debug \ | ||
33 | ${libdir}/*/.debug \ | ||
34 | ${base_libdir}/udev/.debug \ | ||
35 | " | ||