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:
Isaac Hermida 2016-10-04 16:24:39 +02:00
parent 2f275ca47b
commit dabb7b02a7
1 changed files with 3 additions and 1 deletions

View File

@ -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