summaryrefslogtreecommitdiff
path: root/meta/packages/bluez/bluez-libs.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-01 14:17:44 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-01 14:17:44 +0100
commit4ae5537fffdc9c8dc11b26511c2c8a3196916071 (patch)
treefb602326e5fa42b25def6c5aed659420ee4effba /meta/packages/bluez/bluez-libs.inc
parent3051258e33c6a39aa8f8f2e3fef21945b12fbe9e (diff)
downloadopenembedded-core-4ae5537fffdc9c8dc11b26511c2c8a3196916071.tar.gz
openembedded-core-4ae5537fffdc9c8dc11b26511c2c8a3196916071.tar.bz2
openembedded-core-4ae5537fffdc9c8dc11b26511c2c8a3196916071.tar.xz
openembedded-core-4ae5537fffdc9c8dc11b26511c2c8a3196916071.zip
bluez: Update bluez4 version from OE.dev and drop bluez 3.x
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/bluez/bluez-libs.inc')
-rw-r--r--meta/packages/bluez/bluez-libs.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/bluez/bluez-libs.inc b/meta/packages/bluez/bluez-libs.inc
deleted file mode 100644
index 2f3312071..000000000
--- a/meta/packages/bluez/bluez-libs.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-}