diff mbox series

[meta-arago,master] packagegroup-arago-qte*: Remove final webkit entries

Message ID 20240615011455.1133-1-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] packagegroup-arago-qte*: Remove final webkit entries | expand

Commit Message

Ryan Eatmon June 15, 2024, 1:14 a.m. UTC
With the removal of the matrix-gui package the full dependency on
qtwebkit was removed, but there were remnant pieces of qtwebkit sub
packages that were still making it be built.  This patch removes the
final vestiges of qtwebkit from Arago.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-qte.bb | 3 ++-
 .../packagegroup-arago-qte-toolchain-target.bb           | 9 +++++----
 2 files changed, 7 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
index 129838cc..7584de2d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
@@ -6,7 +6,8 @@  PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
 
-WEBKIT = "qtwebkit-qmlplugins"
+#WEBKIT = "qtwebkit-qmlplugins"
+WEBKIT = ""
 WEBKIT:armv5 = ""
 
 RDEPENDS:${PN} = "\
diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
index 0380f3a6..39b8ad5e 100644
--- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
+++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
@@ -7,10 +7,11 @@  PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
 
-WEBKIT = " \
-        qtwebkit-mkspecs \
-        qtwebkit-dev \
-"
+#WEBKIT = " \
+#        qtwebkit-mkspecs \
+#        qtwebkit-dev \
+#"
+WEBKIT = ""
 WEBKIT:armv5 = ""
 
 RDEPENDS:${PN} += " \