summaryrefslogtreecommitdiff
path: root/bluez-hcidump/bluez-hcidump_1.5.oe
blob: 0556293bad12f7e6ab38deeb8cdbfb61ec2da03d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "libs"
PRIORITY = "optional"
SECTION = "libs"
DEPENDS = "virtual/libbluetooth"
DESCRIPTION = "Analyses Bluetooth HCI packets."
PR = "r1"

SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz \
	   file://configure.patch;patch=1"

EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR}/.."
CPPFLAGS =+ "-I${STAGING_KERNEL_DIR}/include"

inherit autotools