summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-26 09:40:09 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-26 09:40:09 +0000
commit0d56a96008f7818ddcfb03b1380daa9665c65c29 (patch)
tree81683da7a7121f910f755ea9d5748017797edbca /packages
parentcd87ffc81246ae2f765494b6e889510e7a4778c9 (diff)
Merge bk://oe-devel.bkbits.net/openembedded
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
Diffstat (limited to 'packages')
-rw-r--r--packages/bluez-libs/bluez-libs_2.16.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/bluez-libs/bluez-libs_2.16.bb b/packages/bluez-libs/bluez-libs_2.16.bb
index e69de29bb2..cf80d773e7 100644
--- a/packages/bluez-libs/bluez-libs_2.16.bb
+++ b/packages/bluez-libs/bluez-libs_2.16.bb
@@ -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
+}