summaryrefslogtreecommitdiff
path: root/bluez-utils/bluez-utils_2.3.oe
blob: 0bc09811d06d4c6a0921d65d19ddca8749544295 (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 = "Utilities for controlling Bluetooth devices."

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

EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"

inherit autotools