Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Thu, 26 May 2005 09:40:09 +0000 (09:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Thu, 26 May 2005 09:40:09 +0000 (09:40 +0000)
into  bkbits.net:/repos/n/nslu2-linux/openembedded

2005/05/26 11:12:44+02:00 void!koen
bluez-libs_2.16.bb:  inherit pkgconfig

BKrev: 42959979eWTWkkYMtxGQs3Y8TvJ1pg

packages/bluez-libs/bluez-libs_2.16.bb

index e69de29..cf80d77 100644 (file)
@@ -0,0 +1,20 @@
+DESCRIPTION = "Linux Bluetooth Stack Userland Libaries."
+SECTION = "libs"
+PRIORITY = "optional"
+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 hci_uart.h hci_vhci.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
+}