diff options
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4_4.101.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.101.bb | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb deleted file mode 100644 index 102392357e..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | require bluez4.inc | ||
2 | |||
3 | PR = "r11" | ||
4 | |||
5 | SRC_URI += "file://bluetooth.conf \ | ||
6 | file://sbc_mmx.patch \ | ||
7 | file://fix-udev-paths.patch \ | ||
8 | file://obsolete_automake_macros.patch \ | ||
9 | file://network-fix-network-Connect-method-parameters.patch \ | ||
10 | file://install-test-script.patch \ | ||
11 | file://use-legacy-pygobject-instead-ofgobject-introspection.patch \ | ||
12 | file://fix_encrypt_collision.patch \ | ||
13 | " | ||
14 | |||
15 | SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" | ||
16 | SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487" | ||
17 | |||
18 | RCONFLICTS_${PN} = "bluez5" | ||
19 | |||
20 | do_install_append() { | ||
21 | install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ | ||
22 | install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/ | ||
23 | install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ | ||
24 | # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT | ||
25 | install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/ | ||
26 | } | ||
27 | |||
28 | RDEPENDS_${PN}-dev = "bluez-hcidump" | ||
29 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" | ||
30 | |||
31 | ALLOW_EMPTY_libasound-module-bluez = "1" | ||
32 | PACKAGES =+ "libasound-module-bluez ${PN}-testtools" | ||
33 | |||
34 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" | ||
35 | FILES_${PN} += "${libdir}/bluetooth/plugins ${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${nonarch_base_libdir}/udev/ ${systemd_unitdir}/ ${datadir}/dbus-1" | ||
36 | FILES_${PN}-dev += "\ | ||
37 | ${libdir}/bluetooth/plugins/*.la \ | ||
38 | ${libdir}/alsa-lib/*.la \ | ||
39 | " | ||
40 | |||
41 | FILES_${PN}-testtools = "${libdir}/bluez4/test/*" | ||
42 | |||
43 | FILES_${PN}-dbg += "\ | ||
44 | ${libdir}/bluetooth/plugins/.debug \ | ||
45 | ${libdir}/*/.debug \ | ||
46 | */udev/.debug \ | ||
47 | " | ||
48 | |||
49 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | ||