dey-image-qt: remove eudev-hwdb

This saves ~4MB of space and is not required for device detection.

https://jira.digi.com/browse/DEL-5613

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2018-01-22 18:12:48 +01:00
parent 02c14f6ac0
commit b9449aa4d6
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2016 Digi International. # Copyright (C) 2016-2018 Digi International.
# #
DESCRIPTION = "DEY image with QT graphical libraries" DESCRIPTION = "DEY image with QT graphical libraries"
LICENSE = "MIT" LICENSE = "MIT"
@ -49,5 +49,6 @@ IMAGE_ROOTFS_SIZE = "8192"
# Do not install udev-cache # Do not install udev-cache
BAD_RECOMMENDATIONS += "udev-cache" BAD_RECOMMENDATIONS += "udev-cache"
BAD_RECOMMENDATIONS += "eudev-hwdb"
export IMAGE_BASENAME = "dey-image-qt-${GRAPHICAL_BACKEND}" export IMAGE_BASENAME = "dey-image-qt-${GRAPHICAL_BACKEND}"