aboutsummaryrefslogtreecommitdiffstats
path: root/bluez-utils/bluez-utils_2.3.oe
blob: b592a26213cfcbbf6fdf23ca8bca0068628993a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "libs"
PRIORITY = "optional"
SECTION = "libs"
DEPENDS = "virtual/libbluetooth"
DESCRIPTION = "Utilities for controlling Bluetooth devices."
PR = "r1"

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

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

inherit autotools