From 142c1e2fcf1908ee4f2f2a9f65fb96cb851009f2 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 9 Dec 2020 17:14:57 +0100 Subject: [PATCH] wpewebkit: remove qtwpe from PACKAGECONFIG The Qt WPE plugin has an implicit dependency with libgbm, which is only available on i.MX8 platforms. Also, it pulls in several Qt dependencies, increasing the total rootfs image size by about 50MiB. Remove said plugin to completely separate Qt and WebKit functionality. https://jira.digi.com/browse/DEL-7339 Signed-off-by: Gabriel Valcazar --- .../recipes-browser/wpewebkit/wpewebkit_2.28.1.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-dey/dynamic-layers/webkit/recipes-browser/wpewebkit/wpewebkit_2.28.1.bbappend b/meta-digi-dey/dynamic-layers/webkit/recipes-browser/wpewebkit/wpewebkit_2.28.1.bbappend index 8e769e292..3bd4f2170 100644 --- a/meta-digi-dey/dynamic-layers/webkit/recipes-browser/wpewebkit/wpewebkit_2.28.1.bbappend +++ b/meta-digi-dey/dynamic-layers/webkit/recipes-browser/wpewebkit/wpewebkit_2.28.1.bbappend @@ -4,6 +4,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" SRC_URI_append_ccimx8x = " file://0001-Use-imxvideoconvert_g2d-plugin-in-gstreamer-pipeline.patch" +# The Qt WPE plugin depends on libgbm, which isn't available for i.MX6 +# platforms. It also pulls in some fairly large Qt dependencies, so remove it. +PACKAGECONFIG_remove = "qtwpe" + # We can't build the WebKit with fb images, so force wayland as a required # distro feature. inherit distro_features_check