blob: ae579dd0ae74a0b9895b3bb518f8b7ab0c56ed24 (
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"
PR = "r0"
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz"
S = "${WORKDIR}/bluez-${PV}"
inherit autotools pkgconfig
|