summaryrefslogtreecommitdiff
path: root/bluez-hcidump/bluez-hcidump_1.5.oe
blob: aa8f25f9327f4472a4f08878c4a11b304c92b754 (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

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

EXTRA_OECONF:="--with-bluez-libs=${STAGING_DIR}/target"

inherit autotools libtool