packagegroup-dey-bluetooth: Do not include btfilter support by default
Do not include the btfilter support in the default images. Its support is not required for bluetooth functionality. https://jira.digi.com/browse/DEL-1935 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
2767f5be7c
commit
3b3a8effa6
|
|
@ -9,9 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
inherit bluetooth
|
||||
inherit packagegroup
|
||||
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
btfilter \
|
||||
${BLUEZ} \
|
||||
${BLUEZ}-testtools \
|
||||
${@base_contains("MACHINE_FEATURES", "bluetooth", "libasound-module-bluez", "", d)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue