libdrm: drop older versions
[openembedded.git] / recipes / bluez / bluez4-libs.inc
blob4e4ef85f9b0cd5fb663807af1958395cddce42a9
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"
8 SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
9         file://avinfo-link.patch;striplevel=0"
11 S = "${WORKDIR}/bluez-${PV}"
13 inherit autotools
15 EXTRA_OECONF = "\
16   --disable-tools \
17   --disable-audio \
18   --disable-network \
19   --disable-serial \
20   --disable-service \
21   --disable-usb \
24 FILES_${PN} = "${libdir}/libbluetooth.so.*"