meta-digi: qtbase: optimize recipe
Including ICU increases the rootfs too much and is not needed unless we want to build qtwebkit, so only include it for platforms with enough size. Additionally, linuxfb support is not needed for ccimx6. https://jira.digi.com/browse/DEL-3058 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
2f275ca47b
commit
dabb7b02a7
|
|
@ -7,7 +7,9 @@ SRC_URI_append = " file://qt5.sh"
|
|||
PACKAGECONFIG_GL_mx6ul = "gles2"
|
||||
QT_CONFIG_FLAGS_append_mx6ul = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
|
||||
|
||||
PACKAGECONFIG_append = " accessibility examples icu linuxfb sql-sqlite"
|
||||
PACKAGECONFIG_append = " accessibility examples sql-sqlite"
|
||||
PACKAGECONFIG_append_ccimx6 = " icu"
|
||||
PACKAGECONFIG_append_ccimx6ul = " linuxfb"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/profile.d
|
||||
|
|
|
|||
Loading…
Reference in New Issue