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