packagegroup: bluetooth: do not include bluetooth testtools by default
Adding the bluetooth testtools does not have a big benefit and increases the size of the rootfs in 16MB given its dependencies, which is critical in devices (CC6UL) with a NAND flash. https://jira.digi.com/browse/DEL-5613 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
262e7a4b07
commit
25ea7f3197
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012 Digi International.
|
# Copyright (C) 2012-2018 Digi International.
|
||||||
#
|
#
|
||||||
SUMMARY = "Bluetooth packagegroup for DEY image"
|
SUMMARY = "Bluetooth packagegroup for DEY image"
|
||||||
|
|
||||||
|
|
@ -10,7 +10,6 @@ MACHINE_BLUETOOTH_EXTRA_INSTALL ?= "${@bb.utils.contains('BLUEZ', 'bluez5', 'blu
|
||||||
|
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS_${PN} = " \
|
||||||
${BLUEZ} \
|
${BLUEZ} \
|
||||||
${BLUEZ}-testtools \
|
|
||||||
${@bb.utils.contains('BLUEZ', 'bluez5', 'bluez5-noinst-tools bluez5-obex', '', d)} \
|
${@bb.utils.contains('BLUEZ', 'bluez5', 'bluez5-noinst-tools bluez5-obex', '', d)} \
|
||||||
${MACHINE_BLUETOOTH_EXTRA_INSTALL} \
|
${MACHINE_BLUETOOTH_EXTRA_INSTALL} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue