summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/bluez/bluez4_4.96.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-22 15:08:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:23:57 +0000
commit8d3188a4a69214f23d8b7f8d972bdd35f574196b (patch)
tree0df52d3e4c7c22380d96164b4ea89d1728ff2817 /meta/recipes-connectivity/bluez/bluez4_4.96.bb
parentcfa2e9ef3f52f8956d05c2b12ca9984fc08ef238 (diff)
downloadopenembedded-core-8d3188a4a69214f23d8b7f8d972bdd35f574196b.tar.gz
openembedded-core-8d3188a4a69214f23d8b7f8d972bdd35f574196b.tar.bz2
openembedded-core-8d3188a4a69214f23d8b7f8d972bdd35f574196b.tar.xz
openembedded-core-8d3188a4a69214f23d8b7f8d972bdd35f574196b.zip
bluez4: upgrade to 4.98
Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4_4.96.bb')
-rw-r--r--meta/recipes-connectivity/bluez/bluez4_4.96.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bb b/meta/recipes-connectivity/bluez/bluez4_4.96.bb
deleted file mode 100644
index 88ec7a445..000000000
--- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-require bluez4.inc
-
-PR = "r4"
-
-SRC_URI += "file://bluetooth.conf"
-
-SRC_URI[md5sum] = "296111afac49e3f9035085ac14daf518"
-SRC_URI[sha256sum] = "c06fd50fd77909cad55e3181a42c6bce7cfcf7abb8cd87871c13d0d70f87fa99"
-
-do_install_append() {
- install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
- install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
- install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
- # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT
- install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
-}
-
-RDEPENDS_${PN}-dev = "bluez-hcidump"
-
-PACKAGES =+ "libasound-module-bluez"
-
-FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa"
-FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${base_libdir}/systemd/"
-FILES_${PN}-dev += "\
- ${libdir}/bluetooth/plugins/*.la \
- ${libdir}/alsa-lib/*.la \
-"
-
-FILES_${PN}-dbg += "\
- ${libdir}/bluetooth/plugins/.debug \
- ${libdir}/*/.debug \
- ${base_libdir}/udev/.debug \
- "