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:
Isaac Hermida 2015-11-10 13:50:59 +01:00
parent 2767f5be7c
commit 3b3a8effa6
1 changed files with 0 additions and 2 deletions

View File

@ -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)} \