diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-20 16:42:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-21 08:22:38 +0200 |
commit | 5380267614a4baac22ebbc3df32b8ef2713cbbe9 (patch) | |
tree | dfab6de84b80e661d202c7760fabcabf6651af31 | |
parent | 037a063303d35c2fab8097d977aa5625c916c565 (diff) | |
download | meta-openembedded-5380267614a4baac22ebbc3df32b8ef2713cbbe9.tar.gz |
bluez4: update to 4.95, fix packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-connectivity/bluez/bluez4_4.95.bb (renamed from meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb b/meta-oe/recipes-connectivity/bluez/bluez4_4.95.bb index ab85776c49..2abc920eb3 100644 --- a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb +++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.95.bb | |||
@@ -21,9 +21,8 @@ SRC_URI = "\ | |||
21 | file://fix-dfutool-usb-declaration-mismatch.patch \ | 21 | file://fix-dfutool-usb-declaration-mismatch.patch \ |
22 | file://bluetooth.conf \ | 22 | file://bluetooth.conf \ |
23 | " | 23 | " |
24 | SRC_URI[md5sum] = "c0f6450a39809996306005f5b85c6d3d" | 24 | SRC_URI[md5sum] = "341294b2849a04a4afff5c96bfbf30b2" |
25 | SRC_URI[sha256sum] = "ad370dbc8c4d37a0cc3d5078d62542f0e53a33f5b2df849cf7601ef25c5e6087" | 25 | SRC_URI[sha256sum] = "d6ea9de410fc2bcd2620d709c2202893b218e2e6a55c3c0ce6bebd27fa4120f6" |
26 | |||
27 | 26 | ||
28 | S = "${WORKDIR}/bluez-${PV}" | 27 | S = "${WORKDIR}/bluez-${PV}" |
29 | 28 | ||
@@ -57,7 +56,7 @@ PACKAGES =+ "gst-plugin-bluez libasound-module-bluez" | |||
57 | 56 | ||
58 | FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so" | 57 | FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so" |
59 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" | 58 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" |
60 | FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/" | 59 | FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${base_libdir}/systemd/" |
61 | FILES_${PN}-dev += "\ | 60 | FILES_${PN}-dev += "\ |
62 | ${libdir}/bluetooth/plugins/*.la \ | 61 | ${libdir}/bluetooth/plugins/*.la \ |
63 | ${libdir}/alsa-lib/*.la \ | 62 | ${libdir}/alsa-lib/*.la \ |