summaryrefslogtreecommitdiffstats
path: root/meta/packages/bluez/bluez-hcidump_1.40.bb
blob: 1757bd5d012df769af68d01d4180964278f41bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
SECTION = "console"
PRIORITY = "optional"
DEPENDS = "bluez-libs"
LICENSE = "GPL"

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