Files
tqma6-yocto-mirror/sources/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools_git.bb
Siggi (OpenClaw Agent) 16accb6b24 Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved)
- Complete sources/ directory with all BitBake recipes
- Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl)
- Full traceability for Softwarefreigabeantrag
- GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4
- License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
2026-03-01 21:14:11 +00:00

25 lines
736 B
BlitzBasic

SUMMARY = "Bluez Tools"
DESCRIPTION = "\
Additional tools for bluez5 to list, manage, and show inforations about \
adapters, agents, devices, network connections, and obex. \
"
HOMEPAGE = "https://github.com/khvzak/bluez-tools"
BUGTRACKER = "https://github.com/khvzak/bluez-tools/issues"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
DEPENDS = "dbus-glib glib-2.0 readline"
SRC_URI = "\
git://github.com/khvzak/bluez-tools.git;protocol=https;branch=master \
file://fix-memory-leaks.patch \
file://obex-file-fix-null-check.patch \
"
SRCREV = "f65321736475429316f07ee94ec0deac8e46ec4a"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
RDEPENDS:${PN} = "bluez5"