blob: 578afaa5eca7fe4df72077b34ed57f34954fb800 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
DESCRIPTION = "Linux Bluetooth Stack Userland V4"
SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
file://avinfo-link.patch;patch=1;pnum=0"
S = "${WORKDIR}/bluez-${PV}"
inherit autotools_stage
AUTOTOOLS_STAGE_PKGCONFIG = "1"
EXTRA_OECONF = "\
--disable-tools \
--disable-audio \
--disable-network \
--disable-serial \
--disable-service \
--disable-usb \
"
FILES_${PN} = "${libdir}/libbluetooth.so.*"
|