aboutsummaryrefslogtreecommitdiffstats
path: root/bluez-hcidump/bluez-hcidump_1.5.oe
blob: 82c4ec6efa0e49ab8b0fa6b9853fe6f1414689e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SECTION = "libs"
PRIORITY = "optional"
SECTION = "libs"
DEPENDS = "virtual/libc virtual/libbluetooth"
DESCRIPTION = "Analyses Bluetooth HCI packets."

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

EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR}/.."

inherit autotools libtool