meta-netmodule-distro/recipes-core/packagegroups-features/packagegroup-nm-bluetooth.bb

17 lines
352 B
BlitzBasic

SUMMARY = "Bluetooth tools for NetModule distributions"
LICENSE = "MIT"
require packagegroup-feature.inc
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS:${PN}-base = " \
networkmanager-bluetooth \
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
"
RDEPENDS:${PN}-extended = " \
bluez5-obex \
bluez5-noinst-tools \
"