diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-24 15:39:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-24 15:39:43 +0200 |
commit | f89fb94d41f6715ccca45c63cbfcd7a8e3d4af9b (patch) | |
tree | 6a9c72f26e09a0891f122b6adf083dfbe64f20d9 | |
parent | 49f3dc4ad3c0b8c928c6544aedf8e5e8636fc3f7 (diff) | |
download | meta-openembedded-f89fb94d41f6715ccca45c63cbfcd7a8e3d4af9b.tar.gz |
bluez4: update to 4.93
* package udev rules
* hid2hci is back, package that as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb (renamed from meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb index 9d2da8d08..928781063 100644 --- a/meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb +++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb | |||
@@ -13,7 +13,7 @@ RDEPENDS_${PN}-dev = "bluez-hcidump" | |||
13 | 13 | ||
14 | ASNEEDED = "" | 14 | ASNEEDED = "" |
15 | 15 | ||
16 | PR = "r9" | 16 | PR = "r0" |
17 | 17 | ||
18 | # to find bluez patches from oe-core | 18 | # to find bluez patches from oe-core |
19 | FILESPATH =. "${COREBASE}/meta/recipes-connectivity/bluez/bluez4-4.82/:" | 19 | FILESPATH =. "${COREBASE}/meta/recipes-connectivity/bluez/bluez4-4.82/:" |
@@ -22,9 +22,10 @@ SRC_URI = "\ | |||
22 | file://fix-dfutool-usb-declaration-mismatch.patch \ | 22 | file://fix-dfutool-usb-declaration-mismatch.patch \ |
23 | file://bluetooth.conf \ | 23 | file://bluetooth.conf \ |
24 | " | 24 | " |
25 | SRC_URI[md5sum] = "c0f6450a39809996306005f5b85c6d3d" | ||
26 | SRC_URI[sha256sum] = "ad370dbc8c4d37a0cc3d5078d62542f0e53a33f5b2df849cf7601ef25c5e6087" | ||
27 | |||
25 | 28 | ||
26 | SRC_URI[md5sum] = "3059b7ef5168c84cd0c6a67034ce79f9" | ||
27 | SRC_URI[sha256sum] = "11e9279e2669db996afd464b96d2c68f41f157f6eb9b8842a0bbcad8a4eac18d" | ||
28 | S = "${WORKDIR}/bluez-${PV}" | 29 | S = "${WORKDIR}/bluez-${PV}" |
29 | 30 | ||
30 | inherit autotools | 31 | inherit autotools |
@@ -56,8 +57,8 @@ do_install_append() { | |||
56 | PACKAGES =+ "gst-plugin-bluez libasound-module-bluez" | 57 | PACKAGES =+ "gst-plugin-bluez libasound-module-bluez" |
57 | 58 | ||
58 | FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so" | 59 | FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so" |
59 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so" | 60 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" |
60 | FILES_${PN} += "${libdir}/bluetooth/plugins/*.so" | 61 | FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/" |
61 | FILES_${PN}-dev += "\ | 62 | FILES_${PN}-dev += "\ |
62 | ${libdir}/bluetooth/plugins/*.la \ | 63 | ${libdir}/bluetooth/plugins/*.la \ |
63 | ${libdir}/alsa-lib/*.la \ | 64 | ${libdir}/alsa-lib/*.la \ |
@@ -67,4 +68,5 @@ FILES_${PN}-dev += "\ | |||
67 | FILES_${PN}-dbg += "\ | 68 | FILES_${PN}-dbg += "\ |
68 | ${libdir}/bluetooth/plugins/.debug \ | 69 | ${libdir}/bluetooth/plugins/.debug \ |
69 | ${libdir}/*/.debug \ | 70 | ${libdir}/*/.debug \ |
71 | ${base_libdir}/udev/.debug \ | ||
70 | " | 72 | " |