diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-01 14:17:44 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-01 14:17:44 +0100 |
| commit | 4ae5537fffdc9c8dc11b26511c2c8a3196916071 (patch) | |
| tree | fb602326e5fa42b25def6c5aed659420ee4effba /meta/packages/bluez/bluez4.inc | |
| parent | 3051258e33c6a39aa8f8f2e3fef21945b12fbe9e (diff) | |
| download | poky-4ae5537fffdc9c8dc11b26511c2c8a3196916071.tar.gz | |
bluez: Update bluez4 version from OE.dev and drop bluez 3.x
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/bluez/bluez4.inc')
| -rw-r--r-- | meta/packages/bluez/bluez4.inc | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/packages/bluez/bluez4.inc b/meta/packages/bluez/bluez4.inc deleted file mode 100644 index 4afb0fd8fa..0000000000 --- a/meta/packages/bluez/bluez4.inc +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | DESCRIPTION = "BlueZ - Bluetooth protocol stack for Linux" | ||
| 2 | SECTION = "console" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | DEPENDS = "gstreamer gst-plugins-base libusb dbus" | ||
| 5 | PROVIDES = "bluez-utils-dbus" | ||
| 6 | RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils-dbus" | ||
| 7 | RREPLACES_${PN} = "bluez-utils-dbus" | ||
| 8 | RCONFLICTS_${PN} = "bluez-utils-nodbus" | ||
| 9 | LICENSE = "GPL" | ||
| 10 | |||
| 11 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/bluez-${PV}" | ||
| 14 | |||
| 15 | inherit autotools update-rc.d pkgconfig | ||
| 16 | |||
| 17 | INITSCRIPT_NAME = "bluetooth" | ||
| 18 | INITSCRIPT_PARAMS = "defaults 23 19" | ||
| 19 | |||
| 20 | do_install_append() { | ||
| 21 | install -d ${D}${base_sbindir} ${D}${base_bindir}/ | ||
| 22 | echo base_sbindir is: ${D}${base_sbindir} | ||
| 23 | mv ${D}${sbindir}/* ${D}${base_sbindir}/ | ||
| 24 | mv ${D}${bindir}/* ${D}${base_bindir}/ | ||
| 25 | rmdir ${D}${bindir} ${D}${sbindir} | ||
| 26 | chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig | ||
| 27 | } | ||
| 28 | |||
| 29 | PACKAGES =+ "${PN}-alsa ${PN}-alsa-dev gst-plugin-bluez gst-plugin-bluez-dev ${PN}-lib ${PN}-lib-dev ${PN}-lib-dbg" | ||
| 30 | |||
| 31 | FILES_${PN}-alsa = " ${libdir}/alsa-lib/*.so " | ||
| 32 | FILES_${PN}-alsa-dev += " ${libdir}/alsa-lib/*.la " | ||
| 33 | |||
| 34 | FILES_gst-plugin-bluez = "${libdir}/gstreamer-*/*.so" | ||
| 35 | FILES_gst-plugin-bluez-dev = "${libdir}/gstreamer-*/*.la" | ||
| 36 | FILES_${PN}-lib = "${libdir}/libbluetooth.so.*" | ||
| 37 | FILES_${PN}-lib-dev = "${libdir}/libbluetooth.so \ | ||
| 38 | ${libdir}/*.la \ | ||
| 39 | ${includedir}/bluetooth \ | ||
| 40 | ${libdir}/pkgconfig/bluez.pc \ | ||
| 41 | " | ||
