blob: 520369580bbf15ce837b5c9a21947b4b195e24ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SECTION = "libs"
PRIORITY = "optional"
SECTION = "libs"
DEPENDS = "virtual/libbluetooth"
DESCRIPTION = "Utilities for controlling Bluetooth devices."
SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
file://configure.patch;patch=1"
EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
inherit autotools
|