Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / recipes / bluez / bluez-hcidump_1.42.bb
1 DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
2 SECTION = "console"
3 PRIORITY = "optional"
4 DEPENDS = "bluez-libs"
5 LICENSE = "GPL"
6 PR = "r0"
7
8 SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
9 S = "${WORKDIR}/bluez-hcidump-${PV}"
10
11 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
12
13 inherit autotools