From dabb7b02a7c659c61ef495ce94129d91da0a2dca Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Tue, 4 Oct 2016 16:24:39 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend index e24b6322b..4962ed1d7 100644 --- a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend @@ -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