aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez-hcidump_1.42.bb
blob: 877c8db33ce4b1b7a9a5623f6f43777f28c03391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
SECTION = "console"
PRIORITY = "optional"
DEPENDS = "bluez-libs"
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