mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02:00
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
This commit is contained in:
21
meta/packages/bluez/bluez-libs.inc
Normal file
21
meta/packages/bluez/bluez-libs.inc
Normal file
@@ -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
|
||||
}
|
||||
1
meta/packages/bluez/bluez-libs_3.17.bb
Normal file
1
meta/packages/bluez/bluez-libs_3.17.bb
Normal file
@@ -0,0 +1 @@
|
||||
require bluez-libs.inc
|
||||
Reference in New Issue
Block a user