mirror of
https://git.yoctoproject.org/poky
synced 2026-05-29 12:09:36 +00:00
50c3af1bcf
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 lines
372 B
BlitzBasic
14 lines
372 B
BlitzBasic
DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
|
|
SECTION = "console"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "bluez4"
|
|
LICENSE = "GPL"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
|
|
S = "${WORKDIR}/bluez-hcidump-${PV}"
|
|
|
|
EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
|
|
|
|
inherit autotools
|