summaryrefslogtreecommitdiff
path: root/bluez-pan
diff options
context:
space:
mode:
Diffstat (limited to 'bluez-pan')
-rw-r--r--bluez-pan/bluez-pan_1.1.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/bluez-pan/bluez-pan_1.1.oe b/bluez-pan/bluez-pan_1.1.oe
index e69de29bb2..dece88f1c7 100644
--- a/bluez-pan/bluez-pan_1.1.oe
+++ b/bluez-pan/bluez-pan_1.1.oe
@@ -0,0 +1,12 @@
+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"
+S=${WORKDIR}/${P}
+
+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