aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez4-libs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bluez/bluez4-libs.inc')
-rw-r--r--recipes/bluez/bluez4-libs.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/bluez/bluez4-libs.inc b/recipes/bluez/bluez4-libs.inc
new file mode 100644
index 0000000000..4da389cdbb
--- /dev/null
+++ b/recipes/bluez/bluez4-libs.inc
@@ -0,0 +1,25 @@
+DESCRIPTION = "Linux Bluetooth Stack Userland libraries V4"
+SECTION = "libs"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.bluez.org"
+LICENSE = "GPL"
+INC_PR = "r1"
+
+SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
+ file://avinfo-link.patch;patch=1;pnum=0"
+
+S = "${WORKDIR}/bluez-${PV}"
+
+inherit autotools_stage
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+EXTRA_OECONF = "\
+ --disable-tools \
+ --disable-audio \
+ --disable-network \
+ --disable-serial \
+ --disable-service \
+ --disable-usb \
+"
+
+FILES_${PN} = "${libdir}/libbluetooth.so.*"