aboutsummaryrefslogtreecommitdiffstats
path: root/bluez-pan/bluez-pan_1.1.oe
blob: 0d1a47d2e51f539cbb0945d018f5c8f83dcb3fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION="libs"
PRIORITY="optional"
RDEPENDS="libc6"
SECTION="libs"
DEPENDS=virtual/libc virtual/libbluetooth virtual/libsdp

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

EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_DIR}/target/include --with-sdp-libs=${STAGING_LIBDIR} --with-sdp-includes=${STAGING_DIR}/target/include"

inherit autotools libtool