bluez-hcidump_2.5.bb 1.0 KB

123456789101112131415161718192021222324
  1. SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool"
  2. DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \
  3. and displays the commands, events and data in a human-readable form."
  4. SECTION = "console"
  5. # hcidump was integrated into bluez5
  6. DEPENDS = "bluez4"
  7. RCONFLICTS_${PN} = "bluez5"
  8. LICENSE = "GPLv2+"
  9. LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
  10. file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf"
  11. PR = "r1"
  12. PNBLACKLIST[bluez-hcidump] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
  13. SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz \
  14. file://obsolete_automake_macros.patch \
  15. "
  16. SRC_URI[md5sum] = "2eab54bbd2b59a2ed4274ebb9390cf18"
  17. SRC_URI[sha256sum] = "9b7c52b375081883738cf049ecabc103b97d094b19c6544fb241267905d88881"
  18. S = "${WORKDIR}/bluez-hcidump-${PV}"
  19. inherit autotools