Another pass of .oe cleanups.
[vuplus_openembedded] / bluez-utils / bluez-utils_2.3.oe
1 SECTION = "libs"
2 PRIORITY = "optional"
3 RDEPENDS = "libc6"
4 SECTION = "libs"
5 DEPENDS = "virtual/libc virtual/libbluetooth"
6 DESCRIPTION = "Utilities for controlling Bluetooth devices."
7
8 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
9            file://${FILESDIR}/configure.patch;patch=1"
10
11 EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
12
13 inherit autotools libtool