summaryrefslogtreecommitdiff
path: root/bluez-hcidump/bluez-hcidump_1.5.oe
blob: 0fe3b30810d41dbc4ca10b0afa30bc4db431d881 (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://configure.patch;patch=1"

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

inherit autotools