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:
parent
02c14f6ac0
commit
b9449aa4d6
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue