bluez-hcidump_1.42.bb 857 B

123456789101112131415161718192021
  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. PRIORITY = "optional"
  6. DEPENDS = "bluez4"
  7. LICENSE = "GPLv2+"
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
  9. file://src/hcidump.c;beginline=1;endline=23;md5=22f51010959a0cd483c4d7f0bd77aaa3"
  10. PR = "r0"
  11. SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
  12. SRC_URI[md5sum] = "5704737aaf72104eeaf77335218a1827"
  13. SRC_URI[sha256sum] = "689e39f9432ab90af5f390d86cb46e06c35693d01ea29aec4e41c4f9e315f49f"
  14. S = "${WORKDIR}/bluez-hcidump-${PV}"
  15. EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
  16. inherit autotools