mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
12 lines
279 B
BlitzBasic
12 lines
279 B
BlitzBasic
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
|