[oe-commits] org.oe.dev bluez-libs: add 3.7

koen commit openembedded-commits at lists.openembedded.org
Thu Oct 19 11:46:35 UTC 2006


bluez-libs: add 3.7

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a6f1d179d5b142243bfd53363872c06f4207c8da
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a6f1d179d5b142243bfd53363872c06f4207c8da
Files:
1
packages/bluez/bluez-libs_3.7.bb
Diffs:

#
# mt diff -rba8fff0d5b442b517dadcbd3c0b226e006d70325 -ra6f1d179d5b142243bfd53363872c06f4207c8da
#
# 
# 
# add_file "packages/bluez/bluez-libs_3.7.bb"
#  content [bcb7abab221d50aeb8ffc947ad8660b5b7aa21af]
# 
============================================================
--- packages/bluez/bluez-libs_3.7.bb	bcb7abab221d50aeb8ffc947ad8660b5b7aa21af
+++ packages/bluez/bluez-libs_3.7.bb	bcb7abab221d50aeb8ffc947ad8660b5b7aa21af
@@ -0,0 +1,22 @@
+DESCRIPTION = "Linux Bluetooth Stack Userland Libaries."
+SECTION = "libs"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.bluez.org"
+LICENSE = "GPL"
+PR = "r0"
+
+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
+}






More information about the Openembedded-commits mailing list