summaryrefslogtreecommitdiff
path: root/meta/packages/bluez/bluez-libs.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-09-07 09:02:14 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-09-07 09:02:14 +0000
commit476c01a2f7ff3eca541d837379edff6d5512f8a2 (patch)
treedc95360fd4bee8737e93001540b77ed7e754a497 /meta/packages/bluez/bluez-libs.inc
parent050902e8b14f32d722e0865c61a740fe1adedff7 (diff)
downloadopenembedded-core-476c01a2f7ff3eca541d837379edff6d5512f8a2.tar.gz
openembedded-core-476c01a2f7ff3eca541d837379edff6d5512f8a2.tar.bz2
openembedded-core-476c01a2f7ff3eca541d837379edff6d5512f8a2.tar.xz
openembedded-core-476c01a2f7ff3eca541d837379edff6d5512f8a2.zip
bluez-libs: upgraded to 3.17 from OE, disabled CUPS support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2712 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/bluez/bluez-libs.inc')
-rw-r--r--meta/packages/bluez/bluez-libs.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/bluez/bluez-libs.inc b/meta/packages/bluez/bluez-libs.inc
new file mode 100644
index 000000000..2f3312071
--- /dev/null
+++ b/meta/packages/bluez/bluez-libs.inc
@@ -0,0 +1,21 @@
+DESCRIPTION = "Linux Bluetooth Stack Userland Libaries."
+SECTION = "libs"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.bluez.org"
+LICENSE = "GPL"
+
+SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+HEADERS = "bluetooth.h bnep.h cmtp.h hci.h hci_lib.h hidp.h l2cap.h rfcomm.h sco.h sdp.h sdp_lib.h"
+
+do_stage() {
+ oe_libinstall -a -so -C src libbluetooth ${STAGING_LIBDIR}
+
+ install -d ${STAGING_INCDIR}/bluetooth/
+ for f in ${HEADERS}
+ do
+ install -m 0644 include/$f ${STAGING_INCDIR}/bluetooth/$f
+ done
+}