summaryrefslogtreecommitdiff
path: root/bluez-pan/bluez-pan_1.1.oe
blob: e36bffc62e9b764b4181ea9ae2c3df816d6802ad (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "libs"
PRIORITY = "optional"
SECTION = "libs"
DEPENDS = "virtual/libbluetooth virtual/libsdp"
DESCRIPTION = "Personal area networking for Bluetooth devices."

SRC_URI = "http://bluez.sourceforge.net/download/bluez-pan-${PV}.tar.gz"

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

inherit autotools