aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez4-libs.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-24 11:08:46 +0200
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-24 11:08:46 +0200
commit851c3641b59a93b582774e626710360bbdddd7d4 (patch)
treecc36c36dc146b121e57af80628e5da1c2657e67d /recipes/bluez/bluez4-libs.inc
parent6bd858afbb69cdad533dc8d1e1a1c67a066b26d4 (diff)
downloadopenembedded-851c3641b59a93b582774e626710360bbdddd7d4.tar.gz
bluez: update bluez-libs to 4.42. unify.
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.*"