69948c3c9d8e301e4c2c4880e1f8884170714235
[vuplus_openembedded] / bluez-pan / bluez-pan_1.1.oe
1 SECTION = "libs"
2 PRIORITY = "optional"
3 RDEPENDS = "libc6"
4 SECTION = "libs"
5 DEPENDS = "virtual/libc virtual/libbluetooth virtual/libsdp"
6 DESCRIPTION = "Personal area networking for Bluetooth devices."
7
8 SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz"
9
10 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"
11
12 inherit autotools libtool