summaryrefslogtreecommitdiff
path: root/bluez-hcidump/bluez-hcidump_1.5.oe
blob: 3770435d59f066545928ef6879cf048d5815cf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "libs"
PRIORITY = "optional"
RDEPENDS = "libc6"
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