aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez4-libs.inc
blob: de475edfde20a0e3148d095bbd3c18ce5e9103f6 (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
27
28
29
30
31
DESCRIPTION = "Linux Bluetooth Stack Userland libraries V4"
SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
INC_PR = "r1"

FILESPATHPKG .= ":bluez4-${PV}:bluez4"

SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz"

S = "${WORKDIR}/bluez-${PV}"

#inherit autotools_stage pkgconfig
inherit autotools_stage

EXTRA_OECONF = "\
  --disable-tools \
  --disable-audio \
  --disable-network \
  --disable-serial \
  --disable-service \
  --disable-usb \
"

FILES_${PN} = "${libdir}/libbluetooth.so.*"
FILES_${PN}-dev += "\
  ${libdir}/bluetooth/plugins/*.la \
  ${libdir}/alsa-lib/*.la \
  ${libdir}/gstreamer-0.10/*.la \
"