blob: d4064d679f228ecbfcfc739086cd4760b4a09090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Linux Bluetooth Stack Userland."
SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
FILE_PR = "r0"
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz"
S = "${WORKDIR}/bluez-${PV}"
inherit autotools pkgconfig
|